Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2020-28493 (GCVE-0-2020-28493)
Vulnerability from cvelistv5
- Regular Expression Denial of Service (ReDoS)
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-04T16:40:59.546Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"name": "FEDORA-2021-2ab8ebcabc",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA",
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"name": "GLSA-202107-19",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/202107-19"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "jinja2",
"vendor": "n/a",
"versions": [
{
"lessThan": "unspecified",
"status": "affected",
"version": "0.0.0",
"versionType": "custom"
},
{
"lessThan": "2.11.3",
"status": "affected",
"version": "unspecified",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Yeting Li"
}
],
"datePublic": "2021-02-01T00:00:00",
"descriptions": [
{
"lang": "en",
"value": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"exploitCodeMaturity": "PROOF_OF_CONCEPT",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"remediationLevel": "NOT_DEFINED",
"reportConfidence": "NOT_DEFINED",
"scope": "UNCHANGED",
"temporalScore": 5,
"temporalSeverity": "MEDIUM",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "Regular Expression Denial of Service (ReDoS)",
"lang": "en",
"type": "text"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2021-07-08T06:07:09",
"orgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"shortName": "snyk"
},
"references": [
{
"tags": [
"x_refsource_MISC"
],
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"name": "FEDORA-2021-2ab8ebcabc",
"tags": [
"vendor-advisory",
"x_refsource_FEDORA"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"name": "GLSA-202107-19",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/202107-19"
}
],
"title": "Regular Expression Denial of Service (ReDoS)",
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-02-01T19:29:26.819563Z",
"ID": "CVE-2020-28493",
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "jinja2",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "0.0.0"
},
{
"version_affected": "\u003c",
"version_value": "2.11.3"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Yeting Li"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory."
}
]
},
"impact": {
"cvss": {
"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/E:P",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994",
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"name": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20",
"refsource": "MISC",
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"name": "https://github.com/pallets/jinja/pull/1343",
"refsource": "MISC",
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"name": "FEDORA-2021-2ab8ebcabc",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"name": "GLSA-202107-19",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202107-19"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "bae035ff-b466-4ff4-94d0-fc9efd9e1730",
"assignerShortName": "snyk",
"cveId": "CVE-2020-28493",
"datePublished": "2021-02-01T19:30:16.601731Z",
"dateReserved": "2020-11-12T00:00:00",
"dateUpdated": "2024-09-16T17:24:01.606Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2020-28493\",\"sourceIdentifier\":\"report@snyk.io\",\"published\":\"2021-02-01T20:15:12.517\",\"lastModified\":\"2024-11-21T05:22:54.013\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.\"},{\"lang\":\"es\",\"value\":\"Esto afecta al paquete jinja2 desde versiones 0.0.0 y anteriores a 2.11.3. La vulnerabilidad ReDoS se debe principalmente al operador `_punctuation_re regex` y su uso de m\u00faltiples comodines. El \u00faltimo comod\u00edn es el m\u00e1s explotable, ya que busca la puntuaci\u00f3n final. Este problema puede ser mitigado con Markdown para formatear el contenido del usuario en lugar del filtro urlize, o implementando tiempos de espera de las peticiones y limitando la memoria del proceso\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"report@snyk.io\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4},{\"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:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:N/I:N/A:P\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"impactScore\":2.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.11.3\",\"matchCriteriaId\":\"B4C4464D-515B-4608-96F0-D7282C5AA582\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"E460AA51-FCDA-46B9-AE97-E6676AA5E194\"}]}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20\",\"source\":\"report@snyk.io\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://github.com/pallets/jinja/pull/1343\",\"source\":\"report@snyk.io\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/\",\"source\":\"report@snyk.io\"},{\"url\":\"https://security.gentoo.org/glsa/202107-19\",\"source\":\"report@snyk.io\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994\",\"source\":\"report@snyk.io\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Broken Link\"]},{\"url\":\"https://github.com/pallets/jinja/pull/1343\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.gentoo.org/glsa/202107-19\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}"
}
}
wid-sec-w-2024-0794
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Dell ECS ist ein Objektspeichersystem.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0794 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0794.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0794 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0794"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-141 vom 2024-04-04",
"url": "https://www.dell.com/support/kbdoc/000223839/dsa-2024-="
}
],
"source_lang": "en-US",
"title": "Dell ECS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-11-27T23:00:00.000+00:00",
"generator": {
"date": "2024-11-28T11:39:04.623+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-0794",
"initial_release_date": "2024-04-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-11-27T23:00:00.000+00:00",
"number": "2",
"summary": "Produktzuordnung \u00fcberpr\u00fcft"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.8.1.0",
"product": {
"name": "Dell ECS \u003c3.8.1.0",
"product_id": "T033919"
}
},
{
"category": "product_version",
"name": "3.8.1.0",
"product": {
"name": "Dell ECS 3.8.1.0",
"product_id": "T033919-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0"
}
}
}
],
"category": "product_name",
"name": "ECS"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-18074",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2018-18074"
},
{
"cve": "CVE-2020-10663",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10663"
},
{
"cve": "CVE-2020-10672",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10672"
},
{
"cve": "CVE-2020-10673",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10673"
},
{
"cve": "CVE-2020-10735",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-10968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10968"
},
{
"cve": "CVE-2020-10969",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10969"
},
{
"cve": "CVE-2020-11111",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11111"
},
{
"cve": "CVE-2020-11112",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11112"
},
{
"cve": "CVE-2020-11113",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11113"
},
{
"cve": "CVE-2020-11612",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11612"
},
{
"cve": "CVE-2020-11619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11619"
},
{
"cve": "CVE-2020-11620",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11620"
},
{
"cve": "CVE-2020-11979",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11979"
},
{
"cve": "CVE-2020-12762",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2020-12825",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12825"
},
{
"cve": "CVE-2020-13956",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-13956"
},
{
"cve": "CVE-2020-14060",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14060"
},
{
"cve": "CVE-2020-14061",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14061"
},
{
"cve": "CVE-2020-14062",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14062"
},
{
"cve": "CVE-2020-14195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14195"
},
{
"cve": "CVE-2020-15250",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-15250"
},
{
"cve": "CVE-2020-1945",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1945"
},
{
"cve": "CVE-2020-1967",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1967"
},
{
"cve": "CVE-2020-1971",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1971"
},
{
"cve": "CVE-2020-24616",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24616"
},
{
"cve": "CVE-2020-24750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24750"
},
{
"cve": "CVE-2020-25649",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25649"
},
{
"cve": "CVE-2020-25658",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25658"
},
{
"cve": "CVE-2020-26116",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26116"
},
{
"cve": "CVE-2020-26137",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26137"
},
{
"cve": "CVE-2020-26541",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26541"
},
{
"cve": "CVE-2020-27216",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27216"
},
{
"cve": "CVE-2020-27218",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27218"
},
{
"cve": "CVE-2020-27223",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27223"
},
{
"cve": "CVE-2020-28366",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28366"
},
{
"cve": "CVE-2020-28493",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28493"
},
{
"cve": "CVE-2020-29509",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29509"
},
{
"cve": "CVE-2020-29511",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29511"
},
{
"cve": "CVE-2020-29582",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29582"
},
{
"cve": "CVE-2020-29651",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29651"
},
{
"cve": "CVE-2020-35490",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35490"
},
{
"cve": "CVE-2020-35491",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35491"
},
{
"cve": "CVE-2020-35728",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35728"
},
{
"cve": "CVE-2020-36179",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36179"
},
{
"cve": "CVE-2020-36180",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36180"
},
{
"cve": "CVE-2020-36181",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36181"
},
{
"cve": "CVE-2020-36182",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36182"
},
{
"cve": "CVE-2020-36183",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36183"
},
{
"cve": "CVE-2020-36184",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36184"
},
{
"cve": "CVE-2020-36185",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36185"
},
{
"cve": "CVE-2020-36186",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36186"
},
{
"cve": "CVE-2020-36187",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36187"
},
{
"cve": "CVE-2020-36188",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36188"
},
{
"cve": "CVE-2020-36189",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36189"
},
{
"cve": "CVE-2020-36516",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36516"
},
{
"cve": "CVE-2020-36518",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36518"
},
{
"cve": "CVE-2020-36557",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36557"
},
{
"cve": "CVE-2020-36558",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36558"
},
{
"cve": "CVE-2020-36691",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36691"
},
{
"cve": "CVE-2020-7238",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-7238"
},
{
"cve": "CVE-2020-8840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8840"
},
{
"cve": "CVE-2020-8908",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8908"
},
{
"cve": "CVE-2020-8911",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8911"
},
{
"cve": "CVE-2020-8912",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8912"
},
{
"cve": "CVE-2020-9488",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9488"
},
{
"cve": "CVE-2020-9493",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9493"
},
{
"cve": "CVE-2020-9546",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9546"
},
{
"cve": "CVE-2020-9547",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9547"
},
{
"cve": "CVE-2020-9548",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9548"
},
{
"cve": "CVE-2021-20190",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20190"
},
{
"cve": "CVE-2021-20323",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20323"
},
{
"cve": "CVE-2021-21290",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21290"
},
{
"cve": "CVE-2021-21295",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21295"
},
{
"cve": "CVE-2021-21409",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21409"
},
{
"cve": "CVE-2021-23840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23840"
},
{
"cve": "CVE-2021-23841",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23841"
},
{
"cve": "CVE-2021-2471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-2471"
},
{
"cve": "CVE-2021-25642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-25642"
},
{
"cve": "CVE-2021-26341",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-26341"
},
{
"cve": "CVE-2021-27918",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-27918"
},
{
"cve": "CVE-2021-28153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28153"
},
{
"cve": "CVE-2021-28165",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28165"
},
{
"cve": "CVE-2021-28169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28169"
},
{
"cve": "CVE-2021-28861",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-29425",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-29425"
},
{
"cve": "CVE-2021-30560",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-30560"
},
{
"cve": "CVE-2021-3114",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3114"
},
{
"cve": "CVE-2021-33036",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33036"
},
{
"cve": "CVE-2021-33194",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33194"
},
{
"cve": "CVE-2021-33195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33195"
},
{
"cve": "CVE-2021-33196",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33196"
},
{
"cve": "CVE-2021-33197",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33197"
},
{
"cve": "CVE-2021-33503",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33503"
},
{
"cve": "CVE-2021-33655",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33655"
},
{
"cve": "CVE-2021-33656",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33656"
},
{
"cve": "CVE-2021-3424",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3424"
},
{
"cve": "CVE-2021-34428",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-34428"
},
{
"cve": "CVE-2021-3449",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3449"
},
{
"cve": "CVE-2021-3450",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3450"
},
{
"cve": "CVE-2021-3530",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3530"
},
{
"cve": "CVE-2021-36221",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36221"
},
{
"cve": "CVE-2021-36373",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36373"
},
{
"cve": "CVE-2021-36374",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36374"
},
{
"cve": "CVE-2021-3648",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3648"
},
{
"cve": "CVE-2021-36690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36690"
},
{
"cve": "CVE-2021-3711",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3711"
},
{
"cve": "CVE-2021-3712",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3712"
},
{
"cve": "CVE-2021-37136",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37136"
},
{
"cve": "CVE-2021-37137",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37137"
},
{
"cve": "CVE-2021-37404",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37404"
},
{
"cve": "CVE-2021-37533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37533"
},
{
"cve": "CVE-2021-3754",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3754"
},
{
"cve": "CVE-2021-3778",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3778"
},
{
"cve": "CVE-2021-3796",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3796"
},
{
"cve": "CVE-2021-3826",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3826"
},
{
"cve": "CVE-2021-3827",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3827"
},
{
"cve": "CVE-2021-38297",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-38297"
},
{
"cve": "CVE-2021-3872",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3872"
},
{
"cve": "CVE-2021-3875",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3875"
},
{
"cve": "CVE-2021-3903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3903"
},
{
"cve": "CVE-2021-3923",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3923"
},
{
"cve": "CVE-2021-3927",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3927"
},
{
"cve": "CVE-2021-3928",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3928"
},
{
"cve": "CVE-2021-3968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3968"
},
{
"cve": "CVE-2021-3973",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3973"
},
{
"cve": "CVE-2021-3974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3974"
},
{
"cve": "CVE-2021-3984",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3984"
},
{
"cve": "CVE-2021-4019",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4019"
},
{
"cve": "CVE-2021-4037",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4037"
},
{
"cve": "CVE-2021-4069",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4069"
},
{
"cve": "CVE-2021-4104",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4104"
},
{
"cve": "CVE-2021-4136",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4136"
},
{
"cve": "CVE-2021-4157",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4157"
},
{
"cve": "CVE-2021-4166",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4166"
},
{
"cve": "CVE-2021-41771",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-41771"
},
{
"cve": "CVE-2021-4192",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4192"
},
{
"cve": "CVE-2021-4193",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4193"
},
{
"cve": "CVE-2021-4203",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4203"
},
{
"cve": "CVE-2021-42567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-42567"
},
{
"cve": "CVE-2021-43797",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-43797"
},
{
"cve": "CVE-2021-44531",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44531"
},
{
"cve": "CVE-2021-44532",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44532"
},
{
"cve": "CVE-2021-44533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44533"
},
{
"cve": "CVE-2021-44716",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44716"
},
{
"cve": "CVE-2021-44878",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44878"
},
{
"cve": "CVE-2021-45078",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-45078"
},
{
"cve": "CVE-2021-46195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46195"
},
{
"cve": "CVE-2021-46828",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0128",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0128"
},
{
"cve": "CVE-2022-0213",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0213"
},
{
"cve": "CVE-2022-0225",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0225"
},
{
"cve": "CVE-2022-0261",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0261"
},
{
"cve": "CVE-2022-0318",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0318"
},
{
"cve": "CVE-2022-0319",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0319"
},
{
"cve": "CVE-2022-0351",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0351"
},
{
"cve": "CVE-2022-0359",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0359"
},
{
"cve": "CVE-2022-0361",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0361"
},
{
"cve": "CVE-2022-0392",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0392"
},
{
"cve": "CVE-2022-0407",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0407"
},
{
"cve": "CVE-2022-0413",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0413"
},
{
"cve": "CVE-2022-0561",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0561"
},
{
"cve": "CVE-2022-0696",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0696"
},
{
"cve": "CVE-2022-0778",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0778"
},
{
"cve": "CVE-2022-1184",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1184"
},
{
"cve": "CVE-2022-1245",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1245"
},
{
"cve": "CVE-2022-1271",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1292",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1381",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1381"
},
{
"cve": "CVE-2022-1420",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1420"
},
{
"cve": "CVE-2022-1462",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1462"
},
{
"cve": "CVE-2022-1466",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1466"
},
{
"cve": "CVE-2022-1471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1471"
},
{
"cve": "CVE-2022-1586",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1586"
},
{
"cve": "CVE-2022-1587",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1587"
},
{
"cve": "CVE-2022-1616",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1616"
},
{
"cve": "CVE-2022-1619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1619"
},
{
"cve": "CVE-2022-1620",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1620"
},
{
"cve": "CVE-2022-1679",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1679"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1720",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1720"
},
{
"cve": "CVE-2022-1729",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1729"
},
{
"cve": "CVE-2022-1733",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1733"
},
{
"cve": "CVE-2022-1735",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1735"
},
{
"cve": "CVE-2022-1771",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1771"
},
{
"cve": "CVE-2022-1785",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1785"
},
{
"cve": "CVE-2022-1796",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1796"
},
{
"cve": "CVE-2022-1851",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1851"
},
{
"cve": "CVE-2022-1897",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1897"
},
{
"cve": "CVE-2022-1898",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1898"
},
{
"cve": "CVE-2022-1927",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1927"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1968"
},
{
"cve": "CVE-2022-1974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1974"
},
{
"cve": "CVE-2022-1975",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1975"
},
{
"cve": "CVE-2022-20132",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20132"
},
{
"cve": "CVE-2022-20141",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20141"
},
{
"cve": "CVE-2022-20154",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20154"
},
{
"cve": "CVE-2022-20166",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20166"
},
{
"cve": "CVE-2022-20368",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20368"
},
{
"cve": "CVE-2022-20369",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20369"
},
{
"cve": "CVE-2022-2047",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2047"
},
{
"cve": "CVE-2022-2048",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2048"
},
{
"cve": "CVE-2022-20567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20567"
},
{
"cve": "CVE-2022-2068",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-21216",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21216"
},
{
"cve": "CVE-2022-21233",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21233"
},
{
"cve": "CVE-2022-2124",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2124"
},
{
"cve": "CVE-2022-2125",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2125"
},
{
"cve": "CVE-2022-2126",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2126"
},
{
"cve": "CVE-2022-2129",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2129"
},
{
"cve": "CVE-2022-21363",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21363"
},
{
"cve": "CVE-2022-21385",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21385"
},
{
"cve": "CVE-2022-21499",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21499"
},
{
"cve": "CVE-2022-2153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2153"
},
{
"cve": "CVE-2022-21540",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21540"
},
{
"cve": "CVE-2022-21541",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21541"
},
{
"cve": "CVE-2022-21549",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21549"
},
{
"cve": "CVE-2022-21618",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21618"
},
{
"cve": "CVE-2022-21619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21619"
},
{
"cve": "CVE-2022-21624",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21624"
},
{
"cve": "CVE-2022-21626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21626"
},
{
"cve": "CVE-2022-21628",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21628"
},
{
"cve": "CVE-2022-21702",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21702"
},
{
"cve": "CVE-2022-2175",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-2182",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2182"
},
{
"cve": "CVE-2022-2183",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2206",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2207",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2208",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2210",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2231",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2231"
},
{
"cve": "CVE-2022-2256",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2256"
},
{
"cve": "CVE-2022-2257",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2257"
},
{
"cve": "CVE-2022-2264",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2264"
},
{
"cve": "CVE-2022-2284",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2284"
},
{
"cve": "CVE-2022-2285",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2285"
},
{
"cve": "CVE-2022-2286",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2286"
},
{
"cve": "CVE-2022-2287",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2287"
},
{
"cve": "CVE-2022-22976",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22976"
},
{
"cve": "CVE-2022-22978",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22978"
},
{
"cve": "CVE-2022-2304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2304"
},
{
"cve": "CVE-2022-2318",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2318"
},
{
"cve": "CVE-2022-23302",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23307"
},
{
"cve": "CVE-2022-2343",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2343"
},
{
"cve": "CVE-2022-2344",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2344"
},
{
"cve": "CVE-2022-2345",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2345"
},
{
"cve": "CVE-2022-23471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23471"
},
{
"cve": "CVE-2022-23521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-23772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23772"
},
{
"cve": "CVE-2022-23773",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23773"
},
{
"cve": "CVE-2022-24302",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24302"
},
{
"cve": "CVE-2022-24329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24329"
},
{
"cve": "CVE-2022-24823",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-24903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-2503",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2503"
},
{
"cve": "CVE-2022-25147",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-25168",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25168"
},
{
"cve": "CVE-2022-2519",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2519"
},
{
"cve": "CVE-2022-2520",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2520"
},
{
"cve": "CVE-2022-2521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2521"
},
{
"cve": "CVE-2022-2522",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2522"
},
{
"cve": "CVE-2022-25647",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-2571",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2571"
},
{
"cve": "CVE-2022-2580",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2580"
},
{
"cve": "CVE-2022-2581",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2581"
},
{
"cve": "CVE-2022-25857",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25857"
},
{
"cve": "CVE-2022-2588",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2588"
},
{
"cve": "CVE-2022-2598",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2598"
},
{
"cve": "CVE-2022-26148",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26148"
},
{
"cve": "CVE-2022-26365",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26365"
},
{
"cve": "CVE-2022-26373",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26373"
},
{
"cve": "CVE-2022-2639",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2639"
},
{
"cve": "CVE-2022-26612",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26612"
},
{
"cve": "CVE-2022-2663",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2663"
},
{
"cve": "CVE-2022-27781",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-27943",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27943"
},
{
"cve": "CVE-2022-2795",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-2816",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-2817",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2819",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2845",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-2849",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2862",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2867",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2867"
},
{
"cve": "CVE-2022-2868",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2868"
},
{
"cve": "CVE-2022-2869",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2869"
},
{
"cve": "CVE-2022-28693",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28693"
},
{
"cve": "CVE-2022-2874",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-28748",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28748"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2889",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-29162",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29162"
},
{
"cve": "CVE-2022-29187",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-2923",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29583",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29583"
},
{
"cve": "CVE-2022-2964",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2022-2977",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2977"
},
{
"cve": "CVE-2022-2980",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-2982",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2982"
},
{
"cve": "CVE-2022-29900",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29900"
},
{
"cve": "CVE-2022-29901",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29901"
},
{
"cve": "CVE-2022-2991",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2991"
},
{
"cve": "CVE-2022-3016",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-3028",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3028"
},
{
"cve": "CVE-2022-3037",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-3099",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-31030",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31030"
},
{
"cve": "CVE-2022-31159",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31159"
},
{
"cve": "CVE-2022-3134",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-3169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3169"
},
{
"cve": "CVE-2022-31690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31690"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3234",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3239",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3239"
},
{
"cve": "CVE-2022-3278",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3296",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3297",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-33196",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33196"
},
{
"cve": "CVE-2022-3324",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-33740",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33740"
},
{
"cve": "CVE-2022-33741",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33741"
},
{
"cve": "CVE-2022-33742",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33742"
},
{
"cve": "CVE-2022-33972",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33972"
},
{
"cve": "CVE-2022-33981",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33981"
},
{
"cve": "CVE-2022-34169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34169"
},
{
"cve": "CVE-2022-3424",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3424"
},
{
"cve": "CVE-2022-34266",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34266"
},
{
"cve": "CVE-2022-34526",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34526"
},
{
"cve": "CVE-2022-34903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-3491",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3491"
},
{
"cve": "CVE-2022-3515",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3520",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3520"
},
{
"cve": "CVE-2022-3521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3521"
},
{
"cve": "CVE-2022-3524",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3524"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3542",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3542"
},
{
"cve": "CVE-2022-3545",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3545"
},
{
"cve": "CVE-2022-3564",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3565",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3565"
},
{
"cve": "CVE-2022-3566",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3566"
},
{
"cve": "CVE-2022-3567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3567"
},
{
"cve": "CVE-2022-35737",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-3586",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3586"
},
{
"cve": "CVE-2022-3591",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3591"
},
{
"cve": "CVE-2022-3594",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3594"
},
{
"cve": "CVE-2022-3597",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3597"
},
{
"cve": "CVE-2022-3599",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3599"
},
{
"cve": "CVE-2022-36109",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2022-3621",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3621"
},
{
"cve": "CVE-2022-3626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3626"
},
{
"cve": "CVE-2022-3627",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3627"
},
{
"cve": "CVE-2022-3628",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3628"
},
{
"cve": "CVE-2022-36280",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36280"
},
{
"cve": "CVE-2022-3629",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3629"
},
{
"cve": "CVE-2022-3635",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3635"
},
{
"cve": "CVE-2022-3643",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3643"
},
{
"cve": "CVE-2022-36437",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36437"
},
{
"cve": "CVE-2022-3646",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3646"
},
{
"cve": "CVE-2022-3649",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3649"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-36879",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36879"
},
{
"cve": "CVE-2022-36946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36946"
},
{
"cve": "CVE-2022-3705",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-37436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-37865",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37865"
},
{
"cve": "CVE-2022-37866",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37866"
},
{
"cve": "CVE-2022-38090",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38090"
},
{
"cve": "CVE-2022-38096",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38096"
},
{
"cve": "CVE-2022-38126",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38126"
},
{
"cve": "CVE-2022-38127",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38127"
},
{
"cve": "CVE-2022-38177",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38177"
},
{
"cve": "CVE-2022-38178",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38178"
},
{
"cve": "CVE-2022-3821",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-38533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38533"
},
{
"cve": "CVE-2022-38749",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38749"
},
{
"cve": "CVE-2022-38750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38750"
},
{
"cve": "CVE-2022-38751",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38751"
},
{
"cve": "CVE-2022-38752",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38752"
},
{
"cve": "CVE-2022-39028",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39028"
},
{
"cve": "CVE-2022-3903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3903"
},
{
"cve": "CVE-2022-39188",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39188"
},
{
"cve": "CVE-2022-39399",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39399"
},
{
"cve": "CVE-2022-3970",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3970"
},
{
"cve": "CVE-2022-40149",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40149"
},
{
"cve": "CVE-2022-40150",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40150"
},
{
"cve": "CVE-2022-40151",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40151"
},
{
"cve": "CVE-2022-40152",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40152"
},
{
"cve": "CVE-2022-40153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40153"
},
{
"cve": "CVE-2022-40303",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40307",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40307"
},
{
"cve": "CVE-2022-40674",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-40768",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40768"
},
{
"cve": "CVE-2022-40899",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40899"
},
{
"cve": "CVE-2022-4095",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4095"
},
{
"cve": "CVE-2022-41218",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41218"
},
{
"cve": "CVE-2022-4129",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4129"
},
{
"cve": "CVE-2022-4141",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4141"
},
{
"cve": "CVE-2022-41717",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41721",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41721"
},
{
"cve": "CVE-2022-41848",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41848"
},
{
"cve": "CVE-2022-41850",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41850"
},
{
"cve": "CVE-2022-41854",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41854"
},
{
"cve": "CVE-2022-41858",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41858"
},
{
"cve": "CVE-2022-41881",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41881"
},
{
"cve": "CVE-2022-41903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-41915",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41915"
},
{
"cve": "CVE-2022-41966",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41966"
},
{
"cve": "CVE-2022-41974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41974"
},
{
"cve": "CVE-2022-42003",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42003"
},
{
"cve": "CVE-2022-42004",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42004"
},
{
"cve": "CVE-2022-42010",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42328",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42328"
},
{
"cve": "CVE-2022-42329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42329"
},
{
"cve": "CVE-2022-42703",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42703"
},
{
"cve": "CVE-2022-42889",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42889"
},
{
"cve": "CVE-2022-42895",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42895"
},
{
"cve": "CVE-2022-42896",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42896"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-4292",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4292"
},
{
"cve": "CVE-2022-4293",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4293"
},
{
"cve": "CVE-2022-42969",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42969"
},
{
"cve": "CVE-2022-4304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-43680",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-43750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43750"
},
{
"cve": "CVE-2022-4378",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4378"
},
{
"cve": "CVE-2022-43945",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43945"
},
{
"cve": "CVE-2022-43995",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43995"
},
{
"cve": "CVE-2022-4415",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4415"
},
{
"cve": "CVE-2022-4450",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-44638",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-44638"
},
{
"cve": "CVE-2022-45061",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45688",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2022-45884",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45884"
},
{
"cve": "CVE-2022-45885",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45885"
},
{
"cve": "CVE-2022-45886",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45886"
},
{
"cve": "CVE-2022-45887",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45887"
},
{
"cve": "CVE-2022-45919",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45919"
},
{
"cve": "CVE-2022-45934",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45934"
},
{
"cve": "CVE-2022-45939",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-4662",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4662"
},
{
"cve": "CVE-2022-46751",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46751"
},
{
"cve": "CVE-2022-46908",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-47629",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47629"
},
{
"cve": "CVE-2022-47929",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47929"
},
{
"cve": "CVE-2022-48281",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2022-48337",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48339",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2023-0045",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0045"
},
{
"cve": "CVE-2023-0049",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0288",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0433",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0433"
},
{
"cve": "CVE-2023-0464",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0590",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0590"
},
{
"cve": "CVE-2023-0597",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0597"
},
{
"cve": "CVE-2023-0833",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0833"
},
{
"cve": "CVE-2023-1076",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1076"
},
{
"cve": "CVE-2023-1095",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1095"
},
{
"cve": "CVE-2023-1118",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1118"
},
{
"cve": "CVE-2023-1127",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1370",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-1380",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1380"
},
{
"cve": "CVE-2023-1390",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1390"
},
{
"cve": "CVE-2023-1436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1436"
},
{
"cve": "CVE-2023-1513",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1513"
},
{
"cve": "CVE-2023-1611",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1611"
},
{
"cve": "CVE-2023-1670",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1670"
},
{
"cve": "CVE-2023-1855",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1855"
},
{
"cve": "CVE-2023-1989",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1989"
},
{
"cve": "CVE-2023-1990",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-1998",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1998"
},
{
"cve": "CVE-2023-20862",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-20862"
},
{
"cve": "CVE-2023-2124",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2124"
},
{
"cve": "CVE-2023-2162",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2162"
},
{
"cve": "CVE-2023-2176",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2176"
},
{
"cve": "CVE-2023-21830",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-21835",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21835"
},
{
"cve": "CVE-2023-21843",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21930",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21930"
},
{
"cve": "CVE-2023-21937",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21937"
},
{
"cve": "CVE-2023-21938",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21938"
},
{
"cve": "CVE-2023-21939",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21939"
},
{
"cve": "CVE-2023-2194",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2194"
},
{
"cve": "CVE-2023-21954",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21954"
},
{
"cve": "CVE-2023-21967",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21967"
},
{
"cve": "CVE-2023-21968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21968"
},
{
"cve": "CVE-2023-22490",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-2253",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2253"
},
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-23454",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23454"
},
{
"cve": "CVE-2023-23455",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23455"
},
{
"cve": "CVE-2023-23559",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23559"
},
{
"cve": "CVE-2023-23916",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-23946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-24329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24532",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2023-24534",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-2483",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2483"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-2513",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2513"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25652",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25809",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25809"
},
{
"cve": "CVE-2023-25815",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25815"
},
{
"cve": "CVE-2023-26048",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26048"
},
{
"cve": "CVE-2023-26049",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26049"
},
{
"cve": "CVE-2023-2650",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-26545",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26545"
},
{
"cve": "CVE-2023-26604",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26604"
},
{
"cve": "CVE-2023-27533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27538",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-27561",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27561"
},
{
"cve": "CVE-2023-2828",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28320",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28328",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28328"
},
{
"cve": "CVE-2023-28464",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28464"
},
{
"cve": "CVE-2023-28486",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28486"
},
{
"cve": "CVE-2023-28487",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28487"
},
{
"cve": "CVE-2023-28642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28642"
},
{
"cve": "CVE-2023-28772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28772"
},
{
"cve": "CVE-2023-28840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2023-29007",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-29383",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29383"
},
{
"cve": "CVE-2023-29402",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29406",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-2976",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2976"
},
{
"cve": "CVE-2023-30630",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30630"
},
{
"cve": "CVE-2023-30772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30772"
},
{
"cve": "CVE-2023-31084",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31084"
},
{
"cve": "CVE-2023-3138",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31436"
},
{
"cve": "CVE-2023-31484",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-32269",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32269"
},
{
"cve": "CVE-2023-32697",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32697"
},
{
"cve": "CVE-2023-33264",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-33264"
},
{
"cve": "CVE-2023-34034",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34034"
},
{
"cve": "CVE-2023-34035",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34035"
},
{
"cve": "CVE-2023-34453",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34453"
},
{
"cve": "CVE-2023-34454",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34454"
},
{
"cve": "CVE-2023-34455",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34455"
},
{
"cve": "CVE-2023-34462",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34462"
},
{
"cve": "CVE-2023-35116",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2023-3635",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3635"
},
{
"cve": "CVE-2023-36479",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-36479"
},
{
"cve": "CVE-2023-39533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-39533"
},
{
"cve": "CVE-2023-40167",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40167"
},
{
"cve": "CVE-2023-40217",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-41105",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41105"
},
{
"cve": "CVE-2023-41900",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41900"
},
{
"cve": "CVE-2023-43642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43642"
},
{
"cve": "CVE-2023-43804",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43804"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45803",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2024-21626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2024-21626"
}
]
}
WID-SEC-W-2024-0794
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Dell ECS ist ein Objektspeichersystem.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-0794 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0794.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-0794 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0794"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2024-141 vom 2024-04-04",
"url": "https://www.dell.com/support/kbdoc/000223839/dsa-2024-="
}
],
"source_lang": "en-US",
"title": "Dell ECS: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2024-11-27T23:00:00.000+00:00",
"generator": {
"date": "2024-11-28T11:39:04.623+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2024-0794",
"initial_release_date": "2024-04-04T22:00:00.000+00:00",
"revision_history": [
{
"date": "2024-04-04T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2024-11-27T23:00:00.000+00:00",
"number": "2",
"summary": "Produktzuordnung \u00fcberpr\u00fcft"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c3.8.1.0",
"product": {
"name": "Dell ECS \u003c3.8.1.0",
"product_id": "T033919"
}
},
{
"category": "product_version",
"name": "3.8.1.0",
"product": {
"name": "Dell ECS 3.8.1.0",
"product_id": "T033919-fixed",
"product_identification_helper": {
"cpe": "cpe:/h:dell:ecs:3.8.1.0"
}
}
}
],
"category": "product_name",
"name": "ECS"
}
],
"category": "vendor",
"name": "Dell"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-18074",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2018-18074"
},
{
"cve": "CVE-2020-10663",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10663"
},
{
"cve": "CVE-2020-10672",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10672"
},
{
"cve": "CVE-2020-10673",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10673"
},
{
"cve": "CVE-2020-10735",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-10968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10968"
},
{
"cve": "CVE-2020-10969",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-10969"
},
{
"cve": "CVE-2020-11111",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11111"
},
{
"cve": "CVE-2020-11112",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11112"
},
{
"cve": "CVE-2020-11113",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11113"
},
{
"cve": "CVE-2020-11612",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11612"
},
{
"cve": "CVE-2020-11619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11619"
},
{
"cve": "CVE-2020-11620",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11620"
},
{
"cve": "CVE-2020-11979",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-11979"
},
{
"cve": "CVE-2020-12762",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12762"
},
{
"cve": "CVE-2020-12825",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-12825"
},
{
"cve": "CVE-2020-13956",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-13956"
},
{
"cve": "CVE-2020-14060",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14060"
},
{
"cve": "CVE-2020-14061",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14061"
},
{
"cve": "CVE-2020-14062",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14062"
},
{
"cve": "CVE-2020-14195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-14195"
},
{
"cve": "CVE-2020-15250",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-15250"
},
{
"cve": "CVE-2020-1945",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1945"
},
{
"cve": "CVE-2020-1967",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1967"
},
{
"cve": "CVE-2020-1971",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-1971"
},
{
"cve": "CVE-2020-24616",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24616"
},
{
"cve": "CVE-2020-24750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-24750"
},
{
"cve": "CVE-2020-25649",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25649"
},
{
"cve": "CVE-2020-25658",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-25658"
},
{
"cve": "CVE-2020-26116",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26116"
},
{
"cve": "CVE-2020-26137",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26137"
},
{
"cve": "CVE-2020-26541",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-26541"
},
{
"cve": "CVE-2020-27216",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27216"
},
{
"cve": "CVE-2020-27218",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27218"
},
{
"cve": "CVE-2020-27223",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-27223"
},
{
"cve": "CVE-2020-28366",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28366"
},
{
"cve": "CVE-2020-28493",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-28493"
},
{
"cve": "CVE-2020-29509",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29509"
},
{
"cve": "CVE-2020-29511",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29511"
},
{
"cve": "CVE-2020-29582",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29582"
},
{
"cve": "CVE-2020-29651",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-29651"
},
{
"cve": "CVE-2020-35490",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35490"
},
{
"cve": "CVE-2020-35491",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35491"
},
{
"cve": "CVE-2020-35728",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-35728"
},
{
"cve": "CVE-2020-36179",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36179"
},
{
"cve": "CVE-2020-36180",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36180"
},
{
"cve": "CVE-2020-36181",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36181"
},
{
"cve": "CVE-2020-36182",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36182"
},
{
"cve": "CVE-2020-36183",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36183"
},
{
"cve": "CVE-2020-36184",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36184"
},
{
"cve": "CVE-2020-36185",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36185"
},
{
"cve": "CVE-2020-36186",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36186"
},
{
"cve": "CVE-2020-36187",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36187"
},
{
"cve": "CVE-2020-36188",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36188"
},
{
"cve": "CVE-2020-36189",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36189"
},
{
"cve": "CVE-2020-36516",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36516"
},
{
"cve": "CVE-2020-36518",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36518"
},
{
"cve": "CVE-2020-36557",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36557"
},
{
"cve": "CVE-2020-36558",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36558"
},
{
"cve": "CVE-2020-36691",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-36691"
},
{
"cve": "CVE-2020-7238",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-7238"
},
{
"cve": "CVE-2020-8840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8840"
},
{
"cve": "CVE-2020-8908",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8908"
},
{
"cve": "CVE-2020-8911",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8911"
},
{
"cve": "CVE-2020-8912",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-8912"
},
{
"cve": "CVE-2020-9488",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9488"
},
{
"cve": "CVE-2020-9493",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9493"
},
{
"cve": "CVE-2020-9546",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9546"
},
{
"cve": "CVE-2020-9547",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9547"
},
{
"cve": "CVE-2020-9548",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2020-9548"
},
{
"cve": "CVE-2021-20190",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20190"
},
{
"cve": "CVE-2021-20323",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-20323"
},
{
"cve": "CVE-2021-21290",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21290"
},
{
"cve": "CVE-2021-21295",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21295"
},
{
"cve": "CVE-2021-21409",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-21409"
},
{
"cve": "CVE-2021-23840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23840"
},
{
"cve": "CVE-2021-23841",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-23841"
},
{
"cve": "CVE-2021-2471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-2471"
},
{
"cve": "CVE-2021-25642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-25642"
},
{
"cve": "CVE-2021-26341",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-26341"
},
{
"cve": "CVE-2021-27918",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-27918"
},
{
"cve": "CVE-2021-28153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28153"
},
{
"cve": "CVE-2021-28165",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28165"
},
{
"cve": "CVE-2021-28169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28169"
},
{
"cve": "CVE-2021-28861",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-28861"
},
{
"cve": "CVE-2021-29425",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-29425"
},
{
"cve": "CVE-2021-30560",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-30560"
},
{
"cve": "CVE-2021-3114",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3114"
},
{
"cve": "CVE-2021-33036",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33036"
},
{
"cve": "CVE-2021-33194",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33194"
},
{
"cve": "CVE-2021-33195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33195"
},
{
"cve": "CVE-2021-33196",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33196"
},
{
"cve": "CVE-2021-33197",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33197"
},
{
"cve": "CVE-2021-33503",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33503"
},
{
"cve": "CVE-2021-33655",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33655"
},
{
"cve": "CVE-2021-33656",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-33656"
},
{
"cve": "CVE-2021-3424",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3424"
},
{
"cve": "CVE-2021-34428",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-34428"
},
{
"cve": "CVE-2021-3449",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3449"
},
{
"cve": "CVE-2021-3450",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3450"
},
{
"cve": "CVE-2021-3530",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3530"
},
{
"cve": "CVE-2021-36221",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36221"
},
{
"cve": "CVE-2021-36373",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36373"
},
{
"cve": "CVE-2021-36374",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36374"
},
{
"cve": "CVE-2021-3648",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3648"
},
{
"cve": "CVE-2021-36690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-36690"
},
{
"cve": "CVE-2021-3711",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3711"
},
{
"cve": "CVE-2021-3712",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3712"
},
{
"cve": "CVE-2021-37136",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37136"
},
{
"cve": "CVE-2021-37137",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37137"
},
{
"cve": "CVE-2021-37404",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37404"
},
{
"cve": "CVE-2021-37533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-37533"
},
{
"cve": "CVE-2021-3754",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3754"
},
{
"cve": "CVE-2021-3778",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3778"
},
{
"cve": "CVE-2021-3796",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3796"
},
{
"cve": "CVE-2021-3826",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3826"
},
{
"cve": "CVE-2021-3827",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3827"
},
{
"cve": "CVE-2021-38297",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-38297"
},
{
"cve": "CVE-2021-3872",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3872"
},
{
"cve": "CVE-2021-3875",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3875"
},
{
"cve": "CVE-2021-3903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3903"
},
{
"cve": "CVE-2021-3923",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3923"
},
{
"cve": "CVE-2021-3927",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3927"
},
{
"cve": "CVE-2021-3928",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3928"
},
{
"cve": "CVE-2021-3968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3968"
},
{
"cve": "CVE-2021-3973",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3973"
},
{
"cve": "CVE-2021-3974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3974"
},
{
"cve": "CVE-2021-3984",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-3984"
},
{
"cve": "CVE-2021-4019",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4019"
},
{
"cve": "CVE-2021-4037",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4037"
},
{
"cve": "CVE-2021-4069",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4069"
},
{
"cve": "CVE-2021-4104",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4104"
},
{
"cve": "CVE-2021-4136",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4136"
},
{
"cve": "CVE-2021-4157",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4157"
},
{
"cve": "CVE-2021-4166",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4166"
},
{
"cve": "CVE-2021-41771",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-41771"
},
{
"cve": "CVE-2021-4192",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4192"
},
{
"cve": "CVE-2021-4193",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4193"
},
{
"cve": "CVE-2021-4203",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-4203"
},
{
"cve": "CVE-2021-42567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-42567"
},
{
"cve": "CVE-2021-43797",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-43797"
},
{
"cve": "CVE-2021-44531",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44531"
},
{
"cve": "CVE-2021-44532",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44532"
},
{
"cve": "CVE-2021-44533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44533"
},
{
"cve": "CVE-2021-44716",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44716"
},
{
"cve": "CVE-2021-44878",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-44878"
},
{
"cve": "CVE-2021-45078",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-45078"
},
{
"cve": "CVE-2021-46195",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46195"
},
{
"cve": "CVE-2021-46828",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46828"
},
{
"cve": "CVE-2021-46848",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2021-46848"
},
{
"cve": "CVE-2022-0128",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0128"
},
{
"cve": "CVE-2022-0213",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0213"
},
{
"cve": "CVE-2022-0225",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0225"
},
{
"cve": "CVE-2022-0261",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0261"
},
{
"cve": "CVE-2022-0318",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0318"
},
{
"cve": "CVE-2022-0319",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0319"
},
{
"cve": "CVE-2022-0351",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0351"
},
{
"cve": "CVE-2022-0359",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0359"
},
{
"cve": "CVE-2022-0361",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0361"
},
{
"cve": "CVE-2022-0392",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0392"
},
{
"cve": "CVE-2022-0407",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0407"
},
{
"cve": "CVE-2022-0413",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0413"
},
{
"cve": "CVE-2022-0561",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0561"
},
{
"cve": "CVE-2022-0696",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0696"
},
{
"cve": "CVE-2022-0778",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-0778"
},
{
"cve": "CVE-2022-1184",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1184"
},
{
"cve": "CVE-2022-1245",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1245"
},
{
"cve": "CVE-2022-1271",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1271"
},
{
"cve": "CVE-2022-1292",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1292"
},
{
"cve": "CVE-2022-1381",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1381"
},
{
"cve": "CVE-2022-1420",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1420"
},
{
"cve": "CVE-2022-1462",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1462"
},
{
"cve": "CVE-2022-1466",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1466"
},
{
"cve": "CVE-2022-1471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1471"
},
{
"cve": "CVE-2022-1586",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1586"
},
{
"cve": "CVE-2022-1587",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1587"
},
{
"cve": "CVE-2022-1616",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1616"
},
{
"cve": "CVE-2022-1619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1619"
},
{
"cve": "CVE-2022-1620",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1620"
},
{
"cve": "CVE-2022-1679",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1679"
},
{
"cve": "CVE-2022-1705",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1705"
},
{
"cve": "CVE-2022-1720",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1720"
},
{
"cve": "CVE-2022-1729",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1729"
},
{
"cve": "CVE-2022-1733",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1733"
},
{
"cve": "CVE-2022-1735",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1735"
},
{
"cve": "CVE-2022-1771",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1771"
},
{
"cve": "CVE-2022-1785",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1785"
},
{
"cve": "CVE-2022-1796",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1796"
},
{
"cve": "CVE-2022-1851",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1851"
},
{
"cve": "CVE-2022-1897",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1897"
},
{
"cve": "CVE-2022-1898",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1898"
},
{
"cve": "CVE-2022-1927",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1927"
},
{
"cve": "CVE-2022-1962",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1962"
},
{
"cve": "CVE-2022-1968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1968"
},
{
"cve": "CVE-2022-1974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1974"
},
{
"cve": "CVE-2022-1975",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-1975"
},
{
"cve": "CVE-2022-20132",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20132"
},
{
"cve": "CVE-2022-20141",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20141"
},
{
"cve": "CVE-2022-20154",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20154"
},
{
"cve": "CVE-2022-20166",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20166"
},
{
"cve": "CVE-2022-20368",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20368"
},
{
"cve": "CVE-2022-20369",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20369"
},
{
"cve": "CVE-2022-2047",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2047"
},
{
"cve": "CVE-2022-2048",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2048"
},
{
"cve": "CVE-2022-20567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-20567"
},
{
"cve": "CVE-2022-2068",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2068"
},
{
"cve": "CVE-2022-2097",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2097"
},
{
"cve": "CVE-2022-21216",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21216"
},
{
"cve": "CVE-2022-21233",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21233"
},
{
"cve": "CVE-2022-2124",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2124"
},
{
"cve": "CVE-2022-2125",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2125"
},
{
"cve": "CVE-2022-2126",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2126"
},
{
"cve": "CVE-2022-2129",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2129"
},
{
"cve": "CVE-2022-21363",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21363"
},
{
"cve": "CVE-2022-21385",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21385"
},
{
"cve": "CVE-2022-21499",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21499"
},
{
"cve": "CVE-2022-2153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2153"
},
{
"cve": "CVE-2022-21540",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21540"
},
{
"cve": "CVE-2022-21541",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21541"
},
{
"cve": "CVE-2022-21549",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21549"
},
{
"cve": "CVE-2022-21618",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21618"
},
{
"cve": "CVE-2022-21619",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21619"
},
{
"cve": "CVE-2022-21624",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21624"
},
{
"cve": "CVE-2022-21626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21626"
},
{
"cve": "CVE-2022-21628",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21628"
},
{
"cve": "CVE-2022-21702",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-21702"
},
{
"cve": "CVE-2022-2175",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2175"
},
{
"cve": "CVE-2022-2182",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2182"
},
{
"cve": "CVE-2022-2183",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2183"
},
{
"cve": "CVE-2022-2206",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2206"
},
{
"cve": "CVE-2022-2207",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2207"
},
{
"cve": "CVE-2022-2208",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2208"
},
{
"cve": "CVE-2022-2210",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2210"
},
{
"cve": "CVE-2022-2231",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2231"
},
{
"cve": "CVE-2022-2256",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2256"
},
{
"cve": "CVE-2022-2257",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2257"
},
{
"cve": "CVE-2022-2264",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2264"
},
{
"cve": "CVE-2022-2284",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2284"
},
{
"cve": "CVE-2022-2285",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2285"
},
{
"cve": "CVE-2022-2286",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2286"
},
{
"cve": "CVE-2022-2287",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2287"
},
{
"cve": "CVE-2022-22976",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22976"
},
{
"cve": "CVE-2022-22978",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-22978"
},
{
"cve": "CVE-2022-2304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2304"
},
{
"cve": "CVE-2022-2318",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2318"
},
{
"cve": "CVE-2022-23302",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23302"
},
{
"cve": "CVE-2022-23305",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23305"
},
{
"cve": "CVE-2022-23307",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23307"
},
{
"cve": "CVE-2022-2343",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2343"
},
{
"cve": "CVE-2022-2344",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2344"
},
{
"cve": "CVE-2022-2345",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2345"
},
{
"cve": "CVE-2022-23471",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23471"
},
{
"cve": "CVE-2022-23521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23521"
},
{
"cve": "CVE-2022-23772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23772"
},
{
"cve": "CVE-2022-23773",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-23773"
},
{
"cve": "CVE-2022-24302",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24302"
},
{
"cve": "CVE-2022-24329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24329"
},
{
"cve": "CVE-2022-24823",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24823"
},
{
"cve": "CVE-2022-24903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-24903"
},
{
"cve": "CVE-2022-2503",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2503"
},
{
"cve": "CVE-2022-25147",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25147"
},
{
"cve": "CVE-2022-25168",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25168"
},
{
"cve": "CVE-2022-2519",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2519"
},
{
"cve": "CVE-2022-2520",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2520"
},
{
"cve": "CVE-2022-2521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2521"
},
{
"cve": "CVE-2022-2522",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2522"
},
{
"cve": "CVE-2022-25647",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25647"
},
{
"cve": "CVE-2022-2571",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2571"
},
{
"cve": "CVE-2022-2580",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2580"
},
{
"cve": "CVE-2022-2581",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2581"
},
{
"cve": "CVE-2022-25857",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-25857"
},
{
"cve": "CVE-2022-2588",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2588"
},
{
"cve": "CVE-2022-2598",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2598"
},
{
"cve": "CVE-2022-26148",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26148"
},
{
"cve": "CVE-2022-26365",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26365"
},
{
"cve": "CVE-2022-26373",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26373"
},
{
"cve": "CVE-2022-2639",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2639"
},
{
"cve": "CVE-2022-26612",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-26612"
},
{
"cve": "CVE-2022-2663",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2663"
},
{
"cve": "CVE-2022-27781",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27781"
},
{
"cve": "CVE-2022-27782",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27782"
},
{
"cve": "CVE-2022-27943",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-27943"
},
{
"cve": "CVE-2022-2795",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2795"
},
{
"cve": "CVE-2022-28131",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28131"
},
{
"cve": "CVE-2022-2816",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2816"
},
{
"cve": "CVE-2022-2817",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2817"
},
{
"cve": "CVE-2022-2819",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2819"
},
{
"cve": "CVE-2022-28327",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28327"
},
{
"cve": "CVE-2022-2845",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2845"
},
{
"cve": "CVE-2022-2849",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2849"
},
{
"cve": "CVE-2022-2862",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2862"
},
{
"cve": "CVE-2022-2867",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2867"
},
{
"cve": "CVE-2022-2868",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2868"
},
{
"cve": "CVE-2022-2869",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2869"
},
{
"cve": "CVE-2022-28693",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28693"
},
{
"cve": "CVE-2022-2874",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2874"
},
{
"cve": "CVE-2022-28748",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-28748"
},
{
"cve": "CVE-2022-2880",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2880"
},
{
"cve": "CVE-2022-2889",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2889"
},
{
"cve": "CVE-2022-29162",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29162"
},
{
"cve": "CVE-2022-29187",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29187"
},
{
"cve": "CVE-2022-2923",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2923"
},
{
"cve": "CVE-2022-2946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2946"
},
{
"cve": "CVE-2022-29526",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29526"
},
{
"cve": "CVE-2022-29583",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29583"
},
{
"cve": "CVE-2022-2964",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2964"
},
{
"cve": "CVE-2022-2977",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2977"
},
{
"cve": "CVE-2022-2980",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2980"
},
{
"cve": "CVE-2022-2982",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2982"
},
{
"cve": "CVE-2022-29900",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29900"
},
{
"cve": "CVE-2022-29901",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-29901"
},
{
"cve": "CVE-2022-2991",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-2991"
},
{
"cve": "CVE-2022-3016",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3016"
},
{
"cve": "CVE-2022-3028",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3028"
},
{
"cve": "CVE-2022-3037",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3037"
},
{
"cve": "CVE-2022-30580",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30580"
},
{
"cve": "CVE-2022-30630",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30630"
},
{
"cve": "CVE-2022-30631",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30631"
},
{
"cve": "CVE-2022-30632",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30632"
},
{
"cve": "CVE-2022-30633",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-30633"
},
{
"cve": "CVE-2022-3099",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3099"
},
{
"cve": "CVE-2022-31030",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31030"
},
{
"cve": "CVE-2022-31159",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31159"
},
{
"cve": "CVE-2022-3134",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3134"
},
{
"cve": "CVE-2022-3153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3153"
},
{
"cve": "CVE-2022-3169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3169"
},
{
"cve": "CVE-2022-31690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-31690"
},
{
"cve": "CVE-2022-32148",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32148"
},
{
"cve": "CVE-2022-32149",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32149"
},
{
"cve": "CVE-2022-32206",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32206"
},
{
"cve": "CVE-2022-32208",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32208"
},
{
"cve": "CVE-2022-32221",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-32221"
},
{
"cve": "CVE-2022-3234",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3234"
},
{
"cve": "CVE-2022-3235",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3235"
},
{
"cve": "CVE-2022-3239",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3239"
},
{
"cve": "CVE-2022-3278",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3278"
},
{
"cve": "CVE-2022-3296",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3296"
},
{
"cve": "CVE-2022-3297",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3297"
},
{
"cve": "CVE-2022-33196",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33196"
},
{
"cve": "CVE-2022-3324",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3324"
},
{
"cve": "CVE-2022-3352",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3352"
},
{
"cve": "CVE-2022-33740",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33740"
},
{
"cve": "CVE-2022-33741",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33741"
},
{
"cve": "CVE-2022-33742",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33742"
},
{
"cve": "CVE-2022-33972",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33972"
},
{
"cve": "CVE-2022-33981",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-33981"
},
{
"cve": "CVE-2022-34169",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34169"
},
{
"cve": "CVE-2022-3424",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3424"
},
{
"cve": "CVE-2022-34266",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34266"
},
{
"cve": "CVE-2022-34526",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34526"
},
{
"cve": "CVE-2022-34903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-34903"
},
{
"cve": "CVE-2022-3491",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3491"
},
{
"cve": "CVE-2022-3515",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3515"
},
{
"cve": "CVE-2022-3520",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3520"
},
{
"cve": "CVE-2022-3521",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3521"
},
{
"cve": "CVE-2022-3524",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3524"
},
{
"cve": "CVE-2022-35252",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35252"
},
{
"cve": "CVE-2022-3542",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3542"
},
{
"cve": "CVE-2022-3545",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3545"
},
{
"cve": "CVE-2022-3564",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3565",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3565"
},
{
"cve": "CVE-2022-3566",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3566"
},
{
"cve": "CVE-2022-3567",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3567"
},
{
"cve": "CVE-2022-35737",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-35737"
},
{
"cve": "CVE-2022-3586",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3586"
},
{
"cve": "CVE-2022-3591",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3591"
},
{
"cve": "CVE-2022-3594",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3594"
},
{
"cve": "CVE-2022-3597",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3597"
},
{
"cve": "CVE-2022-3599",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3599"
},
{
"cve": "CVE-2022-36109",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36109"
},
{
"cve": "CVE-2022-3621",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3621"
},
{
"cve": "CVE-2022-3626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3626"
},
{
"cve": "CVE-2022-3627",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3627"
},
{
"cve": "CVE-2022-3628",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3628"
},
{
"cve": "CVE-2022-36280",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36280"
},
{
"cve": "CVE-2022-3629",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3629"
},
{
"cve": "CVE-2022-3635",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3635"
},
{
"cve": "CVE-2022-3643",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3643"
},
{
"cve": "CVE-2022-36437",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36437"
},
{
"cve": "CVE-2022-3646",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3646"
},
{
"cve": "CVE-2022-3649",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3649"
},
{
"cve": "CVE-2022-36760",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36760"
},
{
"cve": "CVE-2022-36879",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36879"
},
{
"cve": "CVE-2022-36946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-36946"
},
{
"cve": "CVE-2022-3705",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3705"
},
{
"cve": "CVE-2022-37434",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37434"
},
{
"cve": "CVE-2022-37436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37436"
},
{
"cve": "CVE-2022-37865",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37865"
},
{
"cve": "CVE-2022-37866",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-37866"
},
{
"cve": "CVE-2022-38090",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38090"
},
{
"cve": "CVE-2022-38096",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38096"
},
{
"cve": "CVE-2022-38126",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38126"
},
{
"cve": "CVE-2022-38127",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38127"
},
{
"cve": "CVE-2022-38177",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38177"
},
{
"cve": "CVE-2022-38178",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38178"
},
{
"cve": "CVE-2022-3821",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3821"
},
{
"cve": "CVE-2022-38533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38533"
},
{
"cve": "CVE-2022-38749",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38749"
},
{
"cve": "CVE-2022-38750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38750"
},
{
"cve": "CVE-2022-38751",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38751"
},
{
"cve": "CVE-2022-38752",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-38752"
},
{
"cve": "CVE-2022-39028",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39028"
},
{
"cve": "CVE-2022-3903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3903"
},
{
"cve": "CVE-2022-39188",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39188"
},
{
"cve": "CVE-2022-39399",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-39399"
},
{
"cve": "CVE-2022-3970",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-3970"
},
{
"cve": "CVE-2022-40149",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40149"
},
{
"cve": "CVE-2022-40150",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40150"
},
{
"cve": "CVE-2022-40151",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40151"
},
{
"cve": "CVE-2022-40152",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40152"
},
{
"cve": "CVE-2022-40153",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40153"
},
{
"cve": "CVE-2022-40303",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40303"
},
{
"cve": "CVE-2022-40304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40304"
},
{
"cve": "CVE-2022-40307",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40307"
},
{
"cve": "CVE-2022-40674",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40674"
},
{
"cve": "CVE-2022-40768",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40768"
},
{
"cve": "CVE-2022-40899",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-40899"
},
{
"cve": "CVE-2022-4095",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4095"
},
{
"cve": "CVE-2022-41218",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41218"
},
{
"cve": "CVE-2022-4129",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4129"
},
{
"cve": "CVE-2022-4141",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4141"
},
{
"cve": "CVE-2022-41717",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41717"
},
{
"cve": "CVE-2022-41721",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41721"
},
{
"cve": "CVE-2022-41848",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41848"
},
{
"cve": "CVE-2022-41850",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41850"
},
{
"cve": "CVE-2022-41854",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41854"
},
{
"cve": "CVE-2022-41858",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41858"
},
{
"cve": "CVE-2022-41881",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41881"
},
{
"cve": "CVE-2022-41903",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41903"
},
{
"cve": "CVE-2022-41915",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41915"
},
{
"cve": "CVE-2022-41966",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41966"
},
{
"cve": "CVE-2022-41974",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-41974"
},
{
"cve": "CVE-2022-42003",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42003"
},
{
"cve": "CVE-2022-42004",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42004"
},
{
"cve": "CVE-2022-42010",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42010"
},
{
"cve": "CVE-2022-42011",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42011"
},
{
"cve": "CVE-2022-42012",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42012"
},
{
"cve": "CVE-2022-42328",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42328"
},
{
"cve": "CVE-2022-42329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42329"
},
{
"cve": "CVE-2022-42703",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42703"
},
{
"cve": "CVE-2022-42889",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42889"
},
{
"cve": "CVE-2022-42895",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42895"
},
{
"cve": "CVE-2022-42896",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42896"
},
{
"cve": "CVE-2022-42898",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42898"
},
{
"cve": "CVE-2022-4292",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4292"
},
{
"cve": "CVE-2022-4293",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4293"
},
{
"cve": "CVE-2022-42969",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-42969"
},
{
"cve": "CVE-2022-4304",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4304"
},
{
"cve": "CVE-2022-43552",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43552"
},
{
"cve": "CVE-2022-43680",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43680"
},
{
"cve": "CVE-2022-43750",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43750"
},
{
"cve": "CVE-2022-4378",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4378"
},
{
"cve": "CVE-2022-43945",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43945"
},
{
"cve": "CVE-2022-43995",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-43995"
},
{
"cve": "CVE-2022-4415",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4415"
},
{
"cve": "CVE-2022-4450",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4450"
},
{
"cve": "CVE-2022-44638",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-44638"
},
{
"cve": "CVE-2022-45061",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2022-45688",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45688"
},
{
"cve": "CVE-2022-45884",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45884"
},
{
"cve": "CVE-2022-45885",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45885"
},
{
"cve": "CVE-2022-45886",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45886"
},
{
"cve": "CVE-2022-45887",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45887"
},
{
"cve": "CVE-2022-45919",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45919"
},
{
"cve": "CVE-2022-45934",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45934"
},
{
"cve": "CVE-2022-45939",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-45939"
},
{
"cve": "CVE-2022-4662",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-4662"
},
{
"cve": "CVE-2022-46751",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46751"
},
{
"cve": "CVE-2022-46908",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-46908"
},
{
"cve": "CVE-2022-47629",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47629"
},
{
"cve": "CVE-2022-47929",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-47929"
},
{
"cve": "CVE-2022-48281",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48281"
},
{
"cve": "CVE-2022-48337",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48337"
},
{
"cve": "CVE-2022-48339",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2022-48339"
},
{
"cve": "CVE-2023-0045",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0045"
},
{
"cve": "CVE-2023-0049",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0049"
},
{
"cve": "CVE-2023-0051",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0051"
},
{
"cve": "CVE-2023-0054",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0054"
},
{
"cve": "CVE-2023-0215",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0215"
},
{
"cve": "CVE-2023-0286",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-0288",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0288"
},
{
"cve": "CVE-2023-0433",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0433"
},
{
"cve": "CVE-2023-0464",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0464"
},
{
"cve": "CVE-2023-0465",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0465"
},
{
"cve": "CVE-2023-0466",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0466"
},
{
"cve": "CVE-2023-0512",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0512"
},
{
"cve": "CVE-2023-0590",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0590"
},
{
"cve": "CVE-2023-0597",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0597"
},
{
"cve": "CVE-2023-0833",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-0833"
},
{
"cve": "CVE-2023-1076",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1076"
},
{
"cve": "CVE-2023-1095",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1095"
},
{
"cve": "CVE-2023-1118",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1118"
},
{
"cve": "CVE-2023-1127",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1127"
},
{
"cve": "CVE-2023-1170",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1170"
},
{
"cve": "CVE-2023-1175",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1175"
},
{
"cve": "CVE-2023-1370",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1370"
},
{
"cve": "CVE-2023-1380",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1380"
},
{
"cve": "CVE-2023-1390",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1390"
},
{
"cve": "CVE-2023-1436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1436"
},
{
"cve": "CVE-2023-1513",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1513"
},
{
"cve": "CVE-2023-1611",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1611"
},
{
"cve": "CVE-2023-1670",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1670"
},
{
"cve": "CVE-2023-1855",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1855"
},
{
"cve": "CVE-2023-1989",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1989"
},
{
"cve": "CVE-2023-1990",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-1998",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-1998"
},
{
"cve": "CVE-2023-20862",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-20862"
},
{
"cve": "CVE-2023-2124",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2124"
},
{
"cve": "CVE-2023-2162",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2162"
},
{
"cve": "CVE-2023-2176",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2176"
},
{
"cve": "CVE-2023-21830",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21830"
},
{
"cve": "CVE-2023-21835",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21835"
},
{
"cve": "CVE-2023-21843",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21843"
},
{
"cve": "CVE-2023-21930",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21930"
},
{
"cve": "CVE-2023-21937",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21937"
},
{
"cve": "CVE-2023-21938",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21938"
},
{
"cve": "CVE-2023-21939",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21939"
},
{
"cve": "CVE-2023-2194",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2194"
},
{
"cve": "CVE-2023-21954",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21954"
},
{
"cve": "CVE-2023-21967",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21967"
},
{
"cve": "CVE-2023-21968",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-21968"
},
{
"cve": "CVE-2023-22490",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22490"
},
{
"cve": "CVE-2023-2253",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2253"
},
{
"cve": "CVE-2023-22809",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-22809"
},
{
"cve": "CVE-2023-23454",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23454"
},
{
"cve": "CVE-2023-23455",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23455"
},
{
"cve": "CVE-2023-23559",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23559"
},
{
"cve": "CVE-2023-23916",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23916"
},
{
"cve": "CVE-2023-23946",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-23946"
},
{
"cve": "CVE-2023-24329",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-24532",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24532"
},
{
"cve": "CVE-2023-24534",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24534"
},
{
"cve": "CVE-2023-2483",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2483"
},
{
"cve": "CVE-2023-24998",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-24998"
},
{
"cve": "CVE-2023-2513",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2513"
},
{
"cve": "CVE-2023-25193",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25193"
},
{
"cve": "CVE-2023-25652",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25652"
},
{
"cve": "CVE-2023-25690",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25690"
},
{
"cve": "CVE-2023-25809",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25809"
},
{
"cve": "CVE-2023-25815",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-25815"
},
{
"cve": "CVE-2023-26048",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26048"
},
{
"cve": "CVE-2023-26049",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26049"
},
{
"cve": "CVE-2023-2650",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2650"
},
{
"cve": "CVE-2023-26545",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26545"
},
{
"cve": "CVE-2023-26604",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-26604"
},
{
"cve": "CVE-2023-27533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27533"
},
{
"cve": "CVE-2023-27534",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27534"
},
{
"cve": "CVE-2023-27535",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27535"
},
{
"cve": "CVE-2023-27536",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27536"
},
{
"cve": "CVE-2023-27538",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27538"
},
{
"cve": "CVE-2023-27561",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-27561"
},
{
"cve": "CVE-2023-2828",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2828"
},
{
"cve": "CVE-2023-28320",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28320"
},
{
"cve": "CVE-2023-28321",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28321"
},
{
"cve": "CVE-2023-28322",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28322"
},
{
"cve": "CVE-2023-28328",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28328"
},
{
"cve": "CVE-2023-28464",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28464"
},
{
"cve": "CVE-2023-28486",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28486"
},
{
"cve": "CVE-2023-28487",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28487"
},
{
"cve": "CVE-2023-28642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28642"
},
{
"cve": "CVE-2023-28772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28772"
},
{
"cve": "CVE-2023-28840",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28840"
},
{
"cve": "CVE-2023-28841",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28841"
},
{
"cve": "CVE-2023-28842",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-28842"
},
{
"cve": "CVE-2023-29007",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29007"
},
{
"cve": "CVE-2023-29383",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29383"
},
{
"cve": "CVE-2023-29402",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29402"
},
{
"cve": "CVE-2023-29406",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29406"
},
{
"cve": "CVE-2023-29409",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-29409"
},
{
"cve": "CVE-2023-2976",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-2976"
},
{
"cve": "CVE-2023-30630",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30630"
},
{
"cve": "CVE-2023-30772",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-30772"
},
{
"cve": "CVE-2023-31084",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31084"
},
{
"cve": "CVE-2023-3138",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3138"
},
{
"cve": "CVE-2023-31436",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31436"
},
{
"cve": "CVE-2023-31484",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-31484"
},
{
"cve": "CVE-2023-32269",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32269"
},
{
"cve": "CVE-2023-32697",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-32697"
},
{
"cve": "CVE-2023-33264",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-33264"
},
{
"cve": "CVE-2023-34034",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34034"
},
{
"cve": "CVE-2023-34035",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34035"
},
{
"cve": "CVE-2023-34453",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34453"
},
{
"cve": "CVE-2023-34454",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34454"
},
{
"cve": "CVE-2023-34455",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34455"
},
{
"cve": "CVE-2023-34462",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-34462"
},
{
"cve": "CVE-2023-35116",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-35116"
},
{
"cve": "CVE-2023-3635",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-3635"
},
{
"cve": "CVE-2023-36479",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-36479"
},
{
"cve": "CVE-2023-39533",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-39533"
},
{
"cve": "CVE-2023-40167",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40167"
},
{
"cve": "CVE-2023-40217",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-40217"
},
{
"cve": "CVE-2023-41105",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41105"
},
{
"cve": "CVE-2023-41900",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-41900"
},
{
"cve": "CVE-2023-43642",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43642"
},
{
"cve": "CVE-2023-43804",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-43804"
},
{
"cve": "CVE-2023-44487",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45803",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2023-45803"
},
{
"cve": "CVE-2024-21626",
"notes": [
{
"category": "description",
"text": "In Dell ECS existieren mehrere Schwachstellen. Diese bestehen in diversen Komponenten von Drittanbietern. Ein Angreifer kann diese Schwachstellen ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuf\u00fchren, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuf\u00fchren, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuf\u00fchren."
}
],
"product_status": {
"known_affected": [
"T033919"
]
},
"release_date": "2024-04-04T22:00:00.000+00:00",
"title": "CVE-2024-21626"
}
]
}
rhsa-2021:4161
Vulnerability from csaf_redhat
Notes
{
"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-jinja2 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 python-jinja2 package contains Jinja2, a template engine written in pure Python. Jinja2 provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. \n\nSecurity Fix(es):\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4161",
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4161.json"
}
],
"title": "Red Hat Security Advisory: python-jinja2 security update",
"tracking": {
"current_release_date": "2025-11-06T23:53:30+00:00",
"generator": {
"date": "2025-11-06T23:53:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2021:4161",
"initial_release_date": "2021-11-09T18:22:34+00:00",
"revision_history": [
{
"date": "2021-11-09T18:22:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T18:22:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:53:30+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product": {
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product_id": "python-jinja2-0:2.10.1-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.1-3.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_id": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-3.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.1-3.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src"
},
"product_reference": "python-jinja2-0:2.10.1-3.el8.src",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
},
"product_reference": "python3-jinja2-0:2.10.1-3.el8.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:22:34+00:00",
"details": "For 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": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
}
]
}
rhsa-2021:3254
Vulnerability from csaf_redhat
Notes
{
"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 rh-python38-babel, rh-python38-python, rh-python38-python-cryptography, rh-python38-python-jinja2, rh-python38-python-lxml, rh-python38-python-pip, and rh-python38-python-urllib3 is now available for Red Hat Software Collections.\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": "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\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.11). (BZ#1969523)\n\nSecurity Fix(es):\n\n* python-cryptography: Bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25659)\n\n* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-lxml: mXSS due to the use of improper parser (CVE-2020-27783)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow (CVE-2020-36242)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.\n\n* The Python \"ipaddress\" module no longer allows leading zeros in IPv4 addresses\n\nTo mitigate CVE-2021-29921, the Python \"ipaddress\" module now rejects IPv4 addresses with leading zeros with an \"AddressValueError: Leading zeros are not permitted\" error.\n\nCustomers who rely on the previous behavior can pre-process their IPv4 address inputs to strip the leading zeros off. For details, see the Red Hat Software Collections 3.7 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-2021:3254",
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes",
"url": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "1969523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969523"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3254.json"
}
],
"title": "Red Hat Security Advisory: rh-python38 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-08T05:48:03+00:00",
"generator": {
"date": "2025-11-08T05:48:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:3254",
"initial_release_date": "2021-08-24T12:50:36+00:00",
"revision_history": [
{
"date": "2021-08-24T12:50:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T12:50:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T05:48:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_id": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-babel@2.7.0-12.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product_id": "rh-python38-python-0:3.8.11-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_id": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-babel@2.7.0-12.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.11-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.11-2.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Hubert Kario"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-25659",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2020-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889988"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-cryptography, where it is vulnerable to Bleichenbacher timing attacks. This flaw allows an attacker, via the RSA decryption API, to decrypt parts of the ciphertext encrypted with RSA. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-25659"
},
{
"category": "external",
"summary": "RHBZ#1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-2"
}
],
"release_date": "2020-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-27783",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1901633"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site Scripting (XSS) vulnerability was found in the python-lxml\u0027s clean module. The module\u0027s parser did not properly imitate browsers, causing different behaviors between the sanitizer and the user\u0027s page. This flaw allows a remote attacker to run arbitrary HTML/JS code. The highest threat from this vulnerability is to confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: mXSS due to the use of improper parser",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27783"
},
{
"category": "external",
"summary": "RHBZ#1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783"
}
],
"release_date": "2020-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: mXSS due to the use of improper parser"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2020-36242",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-02-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1926226"
}
],
"notes": [
{
"category": "description",
"text": "A buffer-overflow flaw was found in the python-cryptography package. In certain sequences of ``update()`` calls when symmetrically encrypting very large payloads (\u003e2GB) could result in an integer overflow, leading to buffer overflows. Note: This fix is a workaround for the OpenSSL CVE-2021-23840 flaw. Source: pyca/cryptography project",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Triggering this flaw on in versions of python-cryptography as shipped with Red Hat Enterprise Linux 8 BaseOS, Appstream, as well as Red Hat Software Collections, can result in denial of service due to memory consumption or MemoryError exception.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36242"
},
{
"category": "external",
"summary": "RHBZ#1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-3-2"
}
],
"release_date": "2020-12-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-3733",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1995234"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that use AbstractBasicAuthHandler, HTTPBasicAuthHandler and ProxyBasicAuthHandler may be affected by this flaw. Other classes may use the vulnerable method http_error_auth_reqed in AbstractBasicAuthHandler as well.\n\nThis flaw is out of support scope for versions of Python shipped in Red Hat Enterprise Linux 7 base OS and Red Hat Enterprise Linux 6. For more information about support life cycles, please see https://access.redhat.com/support/policy/updates/errata/\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3733"
},
{
"category": "external",
"summary": "RHBZ#1995234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733"
},
{
"category": "external",
"summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final",
"url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final",
"url": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final",
"url": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final",
"url": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final"
}
],
"release_date": "2021-08-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler"
},
{
"cve": "CVE-2021-4189",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2021-12-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2036020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: ftplib should not use the host from the PASV response",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4189"
},
{
"category": "external",
"summary": "RHBZ#2036020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2036020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189"
},
{
"category": "external",
"summary": "https://bugs.python.org/issue43285",
"url": "https://bugs.python.org/issue43285"
}
],
"release_date": "2021-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: ftplib should not use the host from the PASV response"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2022-0391",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2021-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like \u0027\\r\u0027 and \u0027\\n\u0027 in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs",
"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.\n\nThis attack is theoretical and must be chained together with another vulnerability to have any effect on the system. The URL parsing method not sanitizing input and allowing characters such as \u0027\\r\u0027 \u0026 \u0027\\n\u0027 is not a vulnerability in and of itself, which is why the impact has been marked as moderate",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0391"
},
{
"category": "external",
"summary": "RHBZ#2047376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391"
}
],
"release_date": "2021-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs"
}
]
}
RHSA-2021:4151
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS in multiple lexers (CVE-2021-27291)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4151",
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1945483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945483"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4151.json"
}
],
"title": "Red Hat Security Advisory: python27:2.7 security update",
"tracking": {
"current_release_date": "2025-11-08T06:29:02+00:00",
"generator": {
"date": "2025-11-08T06:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:4151",
"initial_release_date": "2021-11-09T17:42:32+00:00",
"revision_history": [
{
"date": "2021-11-09T17:42:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:42:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:29:02+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src (python27:2.7)",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"product": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src (python27:2.7)",
"product_id": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=src\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"product": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src (python27:2.7)",
"product_id": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"product": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src (python27:2.7)",
"product_id": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"product": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src (python27:2.7)",
"product_id": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"product": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src (python27:2.7)",
"product_id": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"product": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src (python27:2.7)",
"product_id": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"product": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src (python27:2.7)",
"product_id": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src (python27:2.7)",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src (python27:2.7)",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src (python27:2.7)",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"product": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src (python27:2.7)",
"product_id": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64 (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64 (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7)",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose-docs@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"product": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch (python27:2.7)",
"product_id": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7)",
"product_id": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7)",
"product_id": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs-info@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"product": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch (python27:2.7)",
"product_id": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"product": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch (python27:2.7)",
"product_id": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-doc@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7)",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7)",
"product_id": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip-wheel@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"product": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch (python27:2.7)",
"product_id": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"product": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch (python27:2.7)",
"product_id": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7)",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7)",
"product_id": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch (python27:2.7)",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7)",
"product_id": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64 (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64 (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7"
},
"product_reference": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7"
},
"product_reference": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7"
},
"product_reference": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7"
},
"product_reference": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7"
},
"product_reference": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7"
},
"product_reference": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7"
},
"product_reference": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7"
},
"product_reference": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7"
},
"product_reference": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7"
},
"product_reference": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7"
},
"product_reference": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7"
},
"product_reference": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7"
},
"product_reference": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7"
},
"product_reference": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7"
},
"product_reference": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7"
},
"product_reference": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7"
},
"product_reference": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7"
},
"product_reference": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021_3254
Vulnerability from csaf_redhat
Notes
{
"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 rh-python38-babel, rh-python38-python, rh-python38-python-cryptography, rh-python38-python-jinja2, rh-python38-python-lxml, rh-python38-python-pip, and rh-python38-python-urllib3 is now available for Red Hat Software Collections.\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": "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\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.11). (BZ#1969523)\n\nSecurity Fix(es):\n\n* python-cryptography: Bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25659)\n\n* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-lxml: mXSS due to the use of improper parser (CVE-2020-27783)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow (CVE-2020-36242)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.\n\n* The Python \"ipaddress\" module no longer allows leading zeros in IPv4 addresses\n\nTo mitigate CVE-2021-29921, the Python \"ipaddress\" module now rejects IPv4 addresses with leading zeros with an \"AddressValueError: Leading zeros are not permitted\" error.\n\nCustomers who rely on the previous behavior can pre-process their IPv4 address inputs to strip the leading zeros off. For details, see the Red Hat Software Collections 3.7 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-2021:3254",
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes",
"url": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "1969523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969523"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3254.json"
}
],
"title": "Red Hat Security Advisory: rh-python38 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-01-06T21:28:30+00:00",
"generator": {
"date": "2025-01-06T21:28:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2021:3254",
"initial_release_date": "2021-08-24T12:50:36+00:00",
"revision_history": [
{
"date": "2021-08-24T12:50:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T12:50:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T21:28:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_id": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-babel@2.7.0-12.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product_id": "rh-python38-python-0:3.8.11-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_id": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-babel@2.7.0-12.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.11-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.11-2.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Hubert Kario"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-25659",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2020-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889988"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-cryptography, where it is vulnerable to Bleichenbacher timing attacks. This flaw allows an attacker, via the RSA decryption API, to decrypt parts of the ciphertext encrypted with RSA. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-25659"
},
{
"category": "external",
"summary": "RHBZ#1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-2"
}
],
"release_date": "2020-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-27783",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1901633"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site Scripting (XSS) vulnerability was found in the python-lxml\u0027s clean module. The module\u0027s parser did not properly imitate browsers, causing different behaviors between the sanitizer and the user\u0027s page. This flaw allows a remote attacker to run arbitrary HTML/JS code. The highest threat from this vulnerability is to confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: mXSS due to the use of improper parser",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27783"
},
{
"category": "external",
"summary": "RHBZ#1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783"
}
],
"release_date": "2020-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: mXSS due to the use of improper parser"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2020-36242",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-02-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1926226"
}
],
"notes": [
{
"category": "description",
"text": "A buffer-overflow flaw was found in the python-cryptography package. In certain sequences of ``update()`` calls when symmetrically encrypting very large payloads (\u003e2GB) could result in an integer overflow, leading to buffer overflows. Note: This fix is a workaround for the OpenSSL CVE-2021-23840 flaw. Source: pyca/cryptography project",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Triggering this flaw on in versions of python-cryptography as shipped with Red Hat Enterprise Linux 8 BaseOS, Appstream, as well as Red Hat Software Collections, can result in denial of service due to memory consumption or MemoryError exception.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36242"
},
{
"category": "external",
"summary": "RHBZ#1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-3-2"
}
],
"release_date": "2020-12-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-3733",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1995234"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that use AbstractBasicAuthHandler, HTTPBasicAuthHandler and ProxyBasicAuthHandler may be affected by this flaw. Other classes may use the vulnerable method http_error_auth_reqed in AbstractBasicAuthHandler as well.\n\nThis flaw is out of support scope for versions of Python shipped in Red Hat Enterprise Linux 7 base OS and Red Hat Enterprise Linux 6. For more information about support life cycles, please see https://access.redhat.com/support/policy/updates/errata/",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3733"
},
{
"category": "external",
"summary": "RHBZ#1995234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733"
},
{
"category": "external",
"summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final",
"url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final",
"url": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final",
"url": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final",
"url": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final"
}
],
"release_date": "2021-08-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler"
},
{
"cve": "CVE-2021-4189",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2021-12-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2036020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: ftplib should not use the host from the PASV response",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4189"
},
{
"category": "external",
"summary": "RHBZ#2036020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2036020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189"
},
{
"category": "external",
"summary": "https://bugs.python.org/issue43285",
"url": "https://bugs.python.org/issue43285"
}
],
"release_date": "2021-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: ftplib should not use the host from the PASV response"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython is vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2022-0391",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2021-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like \u0027\\r\u0027 and \u0027\\n\u0027 in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs",
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0391"
},
{
"category": "external",
"summary": "RHBZ#2047376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391"
}
],
"release_date": "2021-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs"
}
]
}
RHSA-2021:3254
Vulnerability from csaf_redhat
Notes
{
"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 rh-python38-babel, rh-python38-python, rh-python38-python-cryptography, rh-python38-python-jinja2, rh-python38-python-lxml, rh-python38-python-pip, and rh-python38-python-urllib3 is now available for Red Hat Software Collections.\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": "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\nThe following packages have been upgraded to a later upstream version: rh-python38-python (3.8.11). (BZ#1969523)\n\nSecurity Fix(es):\n\n* python-cryptography: Bleichenbacher timing oracle attack against RSA decryption (CVE-2020-25659)\n\n* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-lxml: mXSS due to the use of improper parser (CVE-2020-27783)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow (CVE-2020-36242)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.\n\n* The Python \"ipaddress\" module no longer allows leading zeros in IPv4 addresses\n\nTo mitigate CVE-2021-29921, the Python \"ipaddress\" module now rejects IPv4 addresses with leading zeros with an \"AddressValueError: Leading zeros are not permitted\" error.\n\nCustomers who rely on the previous behavior can pre-process their IPv4 address inputs to strip the leading zeros off. For details, see the Red Hat Software Collections 3.7 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-2021:3254",
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes",
"url": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.7_release_notes/index#sect-RHSCL-Other-notes"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "1969523",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1969523"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3254.json"
}
],
"title": "Red Hat Security Advisory: rh-python38 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-08T05:48:03+00:00",
"generator": {
"date": "2025-11-08T05:48:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:3254",
"initial_release_date": "2021-08-24T12:50:36+00:00",
"revision_history": [
{
"date": "2021-08-24T12:50:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T12:50:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T05:48:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_id": "rh-python38-babel-0:2.7.0-12.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-babel@2.7.0-12.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.src",
"product_id": "rh-python38-python-0:3.8.11-2.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_id": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-babel@2.7.0-12.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_id": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-pip-wheel@19.3.1-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_id": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-urllib3@1.25.7-7.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_id": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-jinja2@2.10.3-6.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-rpm-macros@3.8.11-2.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_id": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-srpm-macros@3.8.11-2.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_id": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-lxml-debuginfo@4.4.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_id": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-cryptography-debuginfo@2.8-5.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debug@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-devel@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-idle@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-libs@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-test@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-tkinter@3.8.11-2.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_id": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rh-python38-python-debuginfo@3.8.11-2.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-babel-0:2.7.0-12.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src"
},
"product_reference": "rh-python38-babel-0:2.7.0-12.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-babel-0:2.7.0-12.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch"
},
"product_reference": "rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64"
},
"product_reference": "rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-jinja2-0:2.10.3-6.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src"
},
"product_reference": "rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64"
},
"product_reference": "rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-0:19.3.1-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src"
},
"product_reference": "rh-python38-python-pip-0:19.3.1-2.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch"
},
"product_reference": "rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch"
},
"product_reference": "rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-test-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64"
},
"product_reference": "rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rh-python38-python-urllib3-0:1.25.7-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
},
"product_reference": "rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Hubert Kario"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-25659",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2020-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889988"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-cryptography, where it is vulnerable to Bleichenbacher timing attacks. This flaw allows an attacker, via the RSA decryption API, to decrypt parts of the ciphertext encrypted with RSA. The highest threat from this vulnerability is to confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-25659"
},
{
"category": "external",
"summary": "RHBZ#1889988",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889988"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25659"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-2"
}
],
"release_date": "2020-10-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Bleichenbacher timing oracle attack against RSA decryption"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-27783",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2020-11-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1901633"
}
],
"notes": [
{
"category": "description",
"text": "A Cross-site Scripting (XSS) vulnerability was found in the python-lxml\u0027s clean module. The module\u0027s parser did not properly imitate browsers, causing different behaviors between the sanitizer and the user\u0027s page. This flaw allows a remote attacker to run arbitrary HTML/JS code. The highest threat from this vulnerability is to confidentiality and integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: mXSS due to the use of improper parser",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27783"
},
{
"category": "external",
"summary": "RHBZ#1901633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1901633"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27783"
}
],
"release_date": "2020-10-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: mXSS due to the use of improper parser"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2020-36242",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2021-02-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1926226"
}
],
"notes": [
{
"category": "description",
"text": "A buffer-overflow flaw was found in the python-cryptography package. In certain sequences of ``update()`` calls when symmetrically encrypting very large payloads (\u003e2GB) could result in an integer overflow, leading to buffer overflows. Note: This fix is a workaround for the OpenSSL CVE-2021-23840 flaw. Source: pyca/cryptography project",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Triggering this flaw on in versions of python-cryptography as shipped with Red Hat Enterprise Linux 8 BaseOS, Appstream, as well as Red Hat Software Collections, can result in denial of service due to memory consumption or MemoryError exception.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-cryptography package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-36242"
},
{
"category": "external",
"summary": "RHBZ#1926226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1926226"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36242"
},
{
"category": "external",
"summary": "https://cryptography.io/en/latest/changelog.html#v3-3-2",
"url": "https://cryptography.io/en/latest/changelog.html#v3-3-2"
}
],
"release_date": "2020-12-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-cryptography: Large inputs for symmetric encryption can trigger integer overflow leading to buffer overflow"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-3733",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-08-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1995234"
}
],
"notes": [
{
"category": "description",
"text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Applications that use AbstractBasicAuthHandler, HTTPBasicAuthHandler and ProxyBasicAuthHandler may be affected by this flaw. Other classes may use the vulnerable method http_error_auth_reqed in AbstractBasicAuthHandler as well.\n\nThis flaw is out of support scope for versions of Python shipped in Red Hat Enterprise Linux 7 base OS and Red Hat Enterprise Linux 6. For more information about support life cycles, please see https://access.redhat.com/support/policy/updates/errata/\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-400: Uncontrolled Resource Consumption vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nRed Hat restricts access to all platform information by default, granting access only after successful hard token-based multi-factor authentication (MFA) and enforcing least privilege to ensure only authorized roles can execute or modify code. The environment employs malicious code protections, including IDS/IPS and antimalware tools to detect threats and monitor resource usage, helping prevent uncontrolled consumption that could lead to system failure. Additional safeguards, such as web application firewalls and load-balancing strategies, protect against resource exhaustion and performance degradation. Event logs are centrally collected, correlated, and analyzed to support monitoring, alerting, and retention, aiding in the detection of abnormal behavior and potential denial-of-service (DoS) conditions. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of input-based DoS attacks.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3733"
},
{
"category": "external",
"summary": "RHBZ#1995234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1995234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3733"
},
{
"category": "external",
"summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final",
"url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-14-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final",
"url": "https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-11-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final",
"url": "https://docs.python.org/3.8/whatsnew/changelog.html#python-3-8-10-final"
},
{
"category": "external",
"summary": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final",
"url": "https://docs.python.org/3.9/whatsnew/changelog.html#python-3-9-5-final"
}
],
"release_date": "2021-08-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib: Regular expression DoS in AbstractBasicAuthHandler"
},
{
"cve": "CVE-2021-4189",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2021-12-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2036020"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP clients into connecting back to a given IP address and port. This vulnerability could lead to FTP client scanning ports, which otherwise would not have been possible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: ftplib should not use the host from the PASV response",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-4189"
},
{
"category": "external",
"summary": "RHBZ#2036020",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2036020"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-4189"
},
{
"category": "external",
"summary": "https://bugs.python.org/issue43285",
"url": "https://bugs.python.org/issue43285"
}
],
"release_date": "2021-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: ftplib should not use the host from the PASV response"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2022-0391",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2021-12-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2047376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like \u0027\\r\u0027 and \u0027\\n\u0027 in the URL path. This flaw allows an attacker to input a crafted URL, leading to injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs",
"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.\n\nThis attack is theoretical and must be chained together with another vulnerability to have any effect on the system. The URL parsing method not sanitizing input and allowing characters such as \u0027\\r\u0027 \u0026 \u0027\\n\u0027 is not a vulnerability in and of itself, which is why the impact has been marked as moderate",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-0391"
},
{
"category": "external",
"summary": "RHBZ#2047376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2047376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0391"
}
],
"release_date": "2021-04-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T12:50:36+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3254"
},
{
"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-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Server-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Server-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Server-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-babel-0:2.7.0-12.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-babel-0:2.7.0-12.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-cryptography-debuginfo-0:2.8-5.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debug-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-debuginfo-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-devel-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-idle-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-jinja2-0:2.10.3-6.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-libs-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-lxml-debuginfo-0:4.4.1-7.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-0:19.3.1-2.el7.src",
"7Workstation-RHSCL-3.7:rh-python38-python-pip-wheel-0:19.3.1-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-rpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-srpm-macros-0:3.8.11-2.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-test-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.ppc64le",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.s390x",
"7Workstation-RHSCL-3.7:rh-python38-python-tkinter-0:3.8.11-2.el7.x86_64",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.noarch",
"7Workstation-RHSCL-3.7:rh-python38-python-urllib3-0:1.25.7-7.el7.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: urllib.parse does not sanitize URLs containing ASCII newline and tabs"
}
]
}
rhsa-2021_4151
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS in multiple lexers (CVE-2021-27291)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4151",
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1945483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945483"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4151.json"
}
],
"title": "Red Hat Security Advisory: python27:2.7 security update",
"tracking": {
"current_release_date": "2024-11-15T11:58:33+00:00",
"generator": {
"date": "2024-11-15T11:58:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2021:4151",
"initial_release_date": "2021-11-09T17:42:32+00:00",
"revision_history": [
{
"date": "2021-11-09T17:42:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:42:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T11:58:33+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python27:2.7:8050020210811095446:3e7ace8b",
"product": {
"name": "python27:2.7:8050020210811095446:3e7ace8b",
"product_id": "python27:2.7:8050020210811095446:3e7ace8b",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/python27@2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product_id": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose-docs@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"product": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"product_id": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product_id": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"product": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"product_id": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs-info@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"product": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"product_id": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product_id": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"product": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"product_id": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-doc@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product_id": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip-wheel@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"product": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"product_id": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"product": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"product_id": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product_id": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_id": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"product": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"product_id": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"product": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"product_id": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product_id": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product_id": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=src"
}
}
},
{
"category": "product_version",
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"product": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"product_id": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"product": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"product_id": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"product": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"product_id": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"product": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"product_id": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"product": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"product_id": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"product": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"product_id": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"product": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"product_id": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"product": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"product_id": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"product": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"product_id": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"product": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"product_id": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"product": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"product_id": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"product": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"product_id": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"product": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"product_id": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=src"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=src"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=src"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"product": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"product_id": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"product": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"product_id": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
"product_reference": "python27:2.7:8050020210811095446:3e7ace8b",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src"
},
"product_reference": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src"
},
"product_reference": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src"
},
"product_reference": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src"
},
"product_reference": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src"
},
"product_reference": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src"
},
"product_reference": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch"
},
"product_reference": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src"
},
"product_reference": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src"
},
"product_reference": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src"
},
"product_reference": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src"
},
"product_reference": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch"
},
"product_reference": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src"
},
"product_reference": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src"
},
"product_reference": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src"
},
"product_reference": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch"
},
"product_reference": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch"
},
"product_reference": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch"
},
"product_reference": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch"
},
"product_reference": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch"
},
"product_reference": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch"
},
"product_reference": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch"
},
"product_reference": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch"
},
"product_reference": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch"
},
"product_reference": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch"
},
"product_reference": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch"
},
"product_reference": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch"
},
"product_reference": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch"
},
"product_reference": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch"
},
"product_reference": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src"
},
"product_reference": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src"
},
"product_reference": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 as a component of python27:2.7:8050020210811095446:3e7ace8b as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython is vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x",
"AppStream-8.5.0.GA:python27:2.7:8050020210811095446:3e7ace8b:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021:3252
Vulnerability from csaf_redhat
Notes
{
"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 python27-babel, python27-python, python27-python-jinja2, and python27-python-pygments is now available for Red Hat Software Collections.\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": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS via crafted malicious input (CVE-2021-27291)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:3252",
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3252.json"
}
],
"title": "Red Hat Security Advisory: python27 security update",
"tracking": {
"current_release_date": "2025-11-08T06:28:24+00:00",
"generator": {
"date": "2025-11-08T06:28:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:3252",
"initial_release_date": "2021-08-24T13:06:56+00:00",
"revision_history": [
{
"date": "2021-08-24T13:06:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T13:06:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:28:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product_id": "python27-python-pygments-0:1.5-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.src",
"product": {
"name": "python27-python-0:2.7.18-3.el7.src",
"product_id": "python27-python-0:2.7.18-3.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product_id": "python27-python-jinja2-0:2.6-16.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.src",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.src",
"product_id": "python27-babel-0:0.9.6-10.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_id": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_id": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-babel@0.9.6-10.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_id": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_id": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
RHSA-2021:3252
Vulnerability from csaf_redhat
Notes
{
"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 python27-babel, python27-python, python27-python-jinja2, and python27-python-pygments is now available for Red Hat Software Collections.\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": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS via crafted malicious input (CVE-2021-27291)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:3252",
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3252.json"
}
],
"title": "Red Hat Security Advisory: python27 security update",
"tracking": {
"current_release_date": "2025-11-08T06:28:24+00:00",
"generator": {
"date": "2025-11-08T06:28:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:3252",
"initial_release_date": "2021-08-24T13:06:56+00:00",
"revision_history": [
{
"date": "2021-08-24T13:06:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T13:06:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:28:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product_id": "python27-python-pygments-0:1.5-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.src",
"product": {
"name": "python27-python-0:2.7.18-3.el7.src",
"product_id": "python27-python-0:2.7.18-3.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product_id": "python27-python-jinja2-0:2.6-16.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.src",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.src",
"product_id": "python27-babel-0:0.9.6-10.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_id": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_id": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-babel@0.9.6-10.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_id": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_id": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
RHSA-2021:4162
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python38:3.8 and python38-devel:3.8 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 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": "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* python-psutil: Double free because of refcount mishandling (CVE-2019-18874)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4162",
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4162.json"
}
],
"title": "Red Hat Security Advisory: python38:3.8 and python38-devel:3.8 security update",
"tracking": {
"current_release_date": "2025-11-08T06:29:03+00:00",
"generator": {
"date": "2025-11-08T06:29:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:4162",
"initial_release_date": "2021-11-09T17:54:21+00:00",
"revision_history": [
{
"date": "2021-11-09T17:54:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:54:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:29:03+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src (python38:3.8)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"product": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src (python38:3.8)",
"product_id": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"product": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src (python38:3.8)",
"product_id": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src (python38:3.8)",
"product_id": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src (python38:3.8)",
"product_id": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src (python38:3.8)",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"product": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src (python38:3.8)",
"product_id": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"product": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src (python38:3.8)",
"product_id": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"product": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch (python38:3.8)",
"product_id": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"product": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch (python38:3.8)",
"product_id": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"product": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch (python38:3.8)",
"product_id": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-doc@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip-wheel@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"product": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch (python38:3.8)",
"product_id": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-rpm-macros@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools-wheel@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"product": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch (python38:3.8)",
"product_id": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8"
},
"product_reference": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8"
},
"product_reference": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8"
},
"product_reference": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8"
},
"product_reference": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8"
},
"product_reference": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8"
},
"product_reference": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8"
},
"product_reference": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8"
},
"product_reference": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8"
},
"product_reference": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8"
},
"product_reference": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8"
},
"product_reference": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Riccardo Schirone"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2019-18874",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-11-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1772014"
}
],
"notes": [
{
"category": "description",
"text": "A double free issue has been discovered in python-psutil because of the mishandling of refcounts while converting system data into Python objects in functions like psutil_disk_partitions(), psutil_users(), psutil_net_if_addrs(), and others. In particular cases, a local attacker may be able to get code execution by manipulating system resources that python-psutil then tries to convert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-psutil: Double free because of refcount mishandling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-18874"
},
{
"category": "external",
"summary": "RHBZ#1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-18874",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874"
}
],
"release_date": "2019-11-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-psutil: Double free because of refcount mishandling"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021:4162
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python38:3.8 and python38-devel:3.8 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 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": "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* python-psutil: Double free because of refcount mishandling (CVE-2019-18874)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4162",
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4162.json"
}
],
"title": "Red Hat Security Advisory: python38:3.8 and python38-devel:3.8 security update",
"tracking": {
"current_release_date": "2025-11-08T06:29:03+00:00",
"generator": {
"date": "2025-11-08T06:29:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:4162",
"initial_release_date": "2021-11-09T17:54:21+00:00",
"revision_history": [
{
"date": "2021-11-09T17:54:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:54:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:29:03+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src (python38:3.8)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"product": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src (python38:3.8)",
"product_id": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"product": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src (python38:3.8)",
"product_id": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src (python38:3.8)",
"product_id": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src (python38:3.8)",
"product_id": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src (python38:3.8)",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"product": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src (python38:3.8)",
"product_id": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"product": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src (python38:3.8)",
"product_id": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src (python38:3.8)",
"product_id": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8)",
"product_id": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8)",
"product_id": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"product": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch (python38:3.8)",
"product_id": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"product": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch (python38:3.8)",
"product_id": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"product": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch (python38:3.8)",
"product_id": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-doc@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip-wheel@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"product": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch (python38:3.8)",
"product_id": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-rpm-macros@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools-wheel@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8)",
"product_id": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"product": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch (python38:3.8)",
"product_id": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8)",
"product_id": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8)",
"product_id": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch\u0026rpmmod=python38-devel:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8)",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8)",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8)",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8)",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8)",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64\u0026rpmmod=python38:3.8:8050020210811101222:e3d35cca"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8"
},
"product_reference": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8"
},
"product_reference": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8"
},
"product_reference": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8"
},
"product_reference": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8"
},
"product_reference": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8"
},
"product_reference": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8"
},
"product_reference": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8"
},
"product_reference": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8"
},
"product_reference": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8"
},
"product_reference": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8"
},
"product_reference": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8"
},
"product_reference": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8"
},
"product_reference": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8"
},
"product_reference": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8"
},
"product_reference": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 (python38:3.8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8"
},
"product_reference": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src (python38-devel:3.8) as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
},
"product_reference": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"relates_to_product_reference": "CRB-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Riccardo Schirone"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2019-18874",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-11-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1772014"
}
],
"notes": [
{
"category": "description",
"text": "A double free issue has been discovered in python-psutil because of the mishandling of refcounts while converting system data into Python objects in functions like psutil_disk_partitions(), psutil_users(), psutil_net_if_addrs(), and others. In particular cases, a local attacker may be able to get code execution by manipulating system resources that python-psutil then tries to convert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-psutil: Double free because of refcount mishandling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-18874"
},
{
"category": "external",
"summary": "RHBZ#1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-18874",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874"
}
],
"release_date": "2019-11-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-psutil: Double free because of refcount mishandling"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src::python38:3.8",
"AppStream-8.5.0.GA:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src::python38:3.8",
"AppStream-8.5.0.GA:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src::python38:3.8",
"AppStream-8.5.0.GA:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x::python38:3.8",
"AppStream-8.5.0.GA:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64::python38:3.8",
"AppStream-8.5.0.GA:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch::python38:3.8",
"AppStream-8.5.0.GA:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src::python38:3.8",
"AppStream-8.5.0.GA:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x::python38:3.8",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64::python38:3.8",
"CRB-8.5.0.GA:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8",
"CRB-8.5.0.GA:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch::python38-devel:3.8",
"CRB-8.5.0.GA:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src::python38-devel:3.8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021_3252
Vulnerability from csaf_redhat
Notes
{
"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 python27-babel, python27-python, python27-python-jinja2, and python27-python-pygments is now available for Red Hat Software Collections.\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": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\n* python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c (CVE-2021-3177)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS via crafted malicious input (CVE-2021-27291)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional information\n\n* Changes in the default separator for the Python urllib parsing functions\n\nTo mitigate the Web Cache Poisoning CVE-2021-23336 in the Python urllib library, the default separator for the urllib.parse.parse_qsl and urllib.parse.parse_qs functions is being changed from both ampersand (\u0026) and semicolon (;) to only an ampersand.\n\nThe change of the default separator is potentially backwards incompatible, therefore Red Hat provides a way to configure the behavior in Python packages where the default separator has been changed. In addition, the affected urllib parsing functions issue a warning if they detect that a customer\u2019s application has been affected by the change.\n\nFor more information, see the Knowledgebase article \"Mitigation of Web Cache Poisoning in the Python urllib library (CVE-2021-23336)\" linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:3252",
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/5860431",
"url": "https://access.redhat.com/articles/5860431"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_3252.json"
}
],
"title": "Red Hat Security Advisory: python27 security update",
"tracking": {
"current_release_date": "2024-11-15T11:55:02+00:00",
"generator": {
"date": "2024-11-15T11:55:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHSA-2021:3252",
"initial_release_date": "2021-08-24T13:06:56+00:00",
"revision_history": [
{
"date": "2021-08-24T13:06:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-08-24T13:06:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-15T11:55:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.src",
"product_id": "python27-python-pygments-0:1.5-5.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.src",
"product": {
"name": "python27-python-0:2.7.18-3.el7.src",
"product_id": "python27-python-0:2.7.18-3.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.src",
"product_id": "python27-python-jinja2-0:2.6-16.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.src",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.src",
"product_id": "python27-babel-0:0.9.6-10.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_id": "python27-python-pygments-0:1.5-5.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-pygments@1.5-5.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_id": "python27-python-jinja2-0:2.6-16.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-jinja2@2.6-16.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-babel@0.9.6-10.el7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_id": "python27-python-babel-0:0.9.6-10.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-babel@0.9.6-10.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-test-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_id": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debug-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-devel-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-libs-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-test-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-tools-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_id": "python27-tkinter-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debug@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-devel@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-libs@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-test@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-tools@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-tkinter@2.7.18-3.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_id": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.18-3.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)",
"product_id": "7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7-7.7.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-babel-0:0.9.6-10.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src"
},
"product_reference": "python27-babel-0:0.9.6-10.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src"
},
"product_reference": "python27-python-0:2.7.18-3.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-babel-0:0.9.6-10.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch"
},
"product_reference": "python27-python-babel-0:0.9.6-10.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debug-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debug-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-devel-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-devel-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-jinja2-0:2.6-16.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src"
},
"product_reference": "python27-python-jinja2-0:2.6-16.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-libs-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-libs-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-pygments-0:1.5-5.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src"
},
"product_reference": "python27-python-pygments-0:1.5-5.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-test-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-test-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-python-tools-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-python-tools-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.ppc64le",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.s390x",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python27-tkinter-0:2.7.18-3.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
},
"product_reference": "python27-tkinter-0:2.7.18-3.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-3177",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2021-01-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1918168"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python. A stack-based buffer overflow was discovered in the ctypes module provided within Python. Applications that use ctypes without carefully validating the input passed to it may be vulnerable to this flaw, which would allow an attacker to overflow a buffer on the stack and crash the application. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw could have had a higher Impact, however our packages are compiled with FORTIFY_SOURCE, which provides runtime protection to some memory and string functions and prevents this flaw from actually overwriting the buffer and potentially executing code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "RHBZ#1918168",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1918168"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3177"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3177"
}
],
"release_date": "2021-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"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": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Stack-based buffer overflow in PyCArg_repr in _ctypes/callproc.c"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython is vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-08-24T13:06:56+00:00",
"details": "For details on 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-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:3252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7-7.7.Z:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7-7.7.Z:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Server-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Server-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Server-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Server-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-babel-0:0.9.6-10.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.src",
"7Workstation-RHSCL-3.7:python27-python-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-babel-0:0.9.6-10.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debug-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-debuginfo-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-devel-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-jinja2-0:2.6-16.el7.src",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-libs-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.noarch",
"7Workstation-RHSCL-3.7:python27-python-pygments-0:1.5-5.el7.src",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-test-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-python-tools-0:2.7.18-3.el7.x86_64",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.ppc64le",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.s390x",
"7Workstation-RHSCL-3.7:python27-tkinter-0:2.7.18-3.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021_4161
Vulnerability from csaf_redhat
Notes
{
"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-jinja2 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 python-jinja2 package contains Jinja2, a template engine written in pure Python. Jinja2 provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. \n\nSecurity Fix(es):\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4161",
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4161.json"
}
],
"title": "Red Hat Security Advisory: python-jinja2 security update",
"tracking": {
"current_release_date": "2024-11-13T22:24:46+00:00",
"generator": {
"date": "2024-11-13T22:24:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.0"
}
},
"id": "RHSA-2021:4161",
"initial_release_date": "2021-11-09T18:22:34+00:00",
"revision_history": [
{
"date": "2021-11-09T18:22:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T18:22:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-13T22:24:46+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product": {
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product_id": "python-jinja2-0:2.10.1-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.1-3.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_id": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-3.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.1-3.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src"
},
"product_reference": "python-jinja2-0:2.10.1-3.el8.src",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
},
"product_reference": "python3-jinja2-0:2.10.1-3.el8.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:22:34+00:00",
"details": "For 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": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
}
]
}
RHSA-2021:4161
Vulnerability from csaf_redhat
Notes
{
"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-jinja2 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 python-jinja2 package contains Jinja2, a template engine written in pure Python. Jinja2 provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. \n\nSecurity Fix(es):\n\n* python-jinja2: ReDoS vulnerability due to the sub-pattern (CVE-2020-28493)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4161",
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4161.json"
}
],
"title": "Red Hat Security Advisory: python-jinja2 security update",
"tracking": {
"current_release_date": "2025-11-06T23:53:30+00:00",
"generator": {
"date": "2025-11-06T23:53:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2021:4161",
"initial_release_date": "2021-11-09T18:22:34+00:00",
"revision_history": [
{
"date": "2021-11-09T18:22:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T18:22:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-06T23:53:30+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product": {
"name": "python-jinja2-0:2.10.1-3.el8.src",
"product_id": "python-jinja2-0:2.10.1-3.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.1-3.el8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_id": "python3-jinja2-0:2.10.1-3.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-3.el8?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.1-3.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src"
},
"product_reference": "python-jinja2-0:2.10.1-3.el8.src",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jinja2-0:2.10.1-3.el8.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
},
"product_reference": "python3-jinja2-0:2.10.1-3.el8.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T18:22:34+00:00",
"details": "For 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": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4161"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python-jinja2-0:2.10.1-3.el8.src",
"AppStream-8.5.0.GA:python3-jinja2-0:2.10.1-3.el8.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
}
]
}
rhsa-2021_4162
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python38:3.8 and python38-devel:3.8 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 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": "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* python-psutil: Double free because of refcount mishandling (CVE-2019-18874)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python: Information disclosure via pydoc (CVE-2021-3426)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\n* python-ipaddress: Improper input validation of octal strings (CVE-2021-29921)\n\n* python-urllib3: ReDoS in the parsing of authority part of URL (CVE-2021-33503)\n\n* python-pip: Incorrect handling of unicode separators in git references (CVE-2021-3572)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4162",
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4162.json"
}
],
"title": "Red Hat Security Advisory: python38:3.8 and python38-devel:3.8 security update",
"tracking": {
"current_release_date": "2025-01-06T21:28:38+00:00",
"generator": {
"date": "2025-01-06T21:28:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.5"
}
},
"id": "RHSA-2021:4162",
"initial_release_date": "2021-11-09T17:54:21+00:00",
"revision_history": [
{
"date": "2021-11-09T17:54:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:54:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-01-06T21:28:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python38:3.8:8050020210811101222:e3d35cca",
"product": {
"name": "python38:3.8:8050020210811101222:e3d35cca",
"product_id": "python38:3.8:8050020210811101222:e3d35cca",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/python38@3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"product": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"product_id": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"product": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"product_id": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"product": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"product_id": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-doc@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pip-wheel@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"product": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"product_id": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-rpm-macros@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-setuptools-wheel@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"product": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"product_id": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product_id": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wheel-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-devel:3.8:8050020210811101222:e3d35cca",
"product": {
"name": "python38-devel:3.8:8050020210811101222:e3d35cca",
"product_id": "python38-devel:3.8:8050020210811101222:e3d35cca",
"product_identification_helper": {
"purl": "pkg:rpmmod/redhat/python38-devel@3.8:8050020210811101222:e3d35cca"
}
}
},
{
"category": "product_version",
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"product": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"product_id": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"product_id": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=src"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"product": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"product_id": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.7.0-11.module%2Bel8.5.0%2B11015%2B9c1c7c42?arch=src"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"product": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"product_id": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"product": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"product_id": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-1.module%2Bel8.4.0%2B9692%2B8e86ab84?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asn1crypto@1.2.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.8-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"product": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"product_id": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10.3-5.module%2Bel8.5.0%2B10542%2Bba057329?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"product": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"product_id": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9579%2Be9717e18?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"product": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"product_id": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.19-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.22.0-9.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"product": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"product_id": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.7-5.module%2Bel8.5.0%2B11639%2Bea5b349d?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"product": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"product_id": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.33.6-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"product": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"product_id": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@19.3.1-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"product": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"product_id": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@41.6.0-5.module%2Bel8.5.0%2B12205%2Ba865257a?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.12.0-10.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2019.3-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"product_id": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@4.6.6-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-atomicwrites@1.3.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@19.3.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@7.2.0-5.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@19.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.0-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.8.0-8.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.1.7-16.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src",
"product": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src",
"product_id": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.5-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_id": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe-debugsource@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_id": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-Cython-debuginfo@0.29.14-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cffi-debuginfo@1.13.2-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-cryptography-debuginfo@2.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debug@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debuginfo@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-debugsource@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-devel@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-idle@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-libs@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_id": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_id": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-lxml-debuginfo@4.4.1-6.module%2Bel8.5.0%2B10542%2Bba057329?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-markupsafe-debuginfo@1.1.1-6.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-mod_wsgi@4.6.8-3.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-debuginfo@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-numpy-f2py@1.17.3-6.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_id": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_id": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psutil-debuginfo@5.6.4-4.module%2Bel8.5.0%2B12031%2B10ce4870?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-debuginfo@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-doc@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-psycopg2-tests@2.8.4-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_id": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_id": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10721%2B14d8e0d5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-scipy-debuginfo@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-test@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_id": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python38-tkinter@3.8.8-4.module%2Bel8.5.0%2B12205%2Ba865257a?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_id": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.3.1-4.module%2Bel8.4.0%2B8888%2B89bc7e79?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
"product_reference": "python38:3.8:8050020210811101222:e3d35cca",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src"
},
"product_reference": "babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src"
},
"product_reference": "numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src"
},
"product_reference": "python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src"
},
"product_reference": "python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src"
},
"product_reference": "python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64"
},
"product_reference": "python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src"
},
"product_reference": "python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64"
},
"product_reference": "python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src"
},
"product_reference": "python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src"
},
"product_reference": "python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch"
},
"product_reference": "python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch"
},
"product_reference": "python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch"
},
"product_reference": "python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64"
},
"product_reference": "python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64"
},
"product_reference": "python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch"
},
"product_reference": "python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64"
},
"product_reference": "python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64"
},
"product_reference": "python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64"
},
"product_reference": "python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64"
},
"product_reference": "python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64"
},
"product_reference": "python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch"
},
"product_reference": "python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch"
},
"product_reference": "python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src"
},
"product_reference": "python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src"
},
"product_reference": "python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64 as a component of python38:3.8:8050020210811101222:e3d35cca as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64"
},
"product_reference": "scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"relates_to_product_reference": "AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
"product_reference": "python38-devel:3.8:8050020210811101222:e3d35cca",
"relates_to_product_reference": "CRB-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch"
},
"product_reference": "python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src as a component of python38-devel:3.8:8050020210811101222:e3d35cca as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
},
"product_reference": "python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src",
"relates_to_product_reference": "CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Riccardo Schirone"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2019-18874",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2019-11-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1772014"
}
],
"notes": [
{
"category": "description",
"text": "A double free issue has been discovered in python-psutil because of the mishandling of refcounts while converting system data into Python objects in functions like psutil_disk_partitions(), psutil_users(), psutil_net_if_addrs(), and others. In particular cases, a local attacker may be able to get code execution by manipulating system resources that python-psutil then tries to convert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-psutil: Double free because of refcount mishandling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-18874"
},
{
"category": "external",
"summary": "RHBZ#1772014",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1772014"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-18874",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18874"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-18874"
}
],
"release_date": "2019-11-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-psutil: Double free because of refcount mishandling"
},
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"acknowledgments": [
{
"names": [
"David Schw\u00f6rer"
],
"organization": "Fedora"
}
],
"cve": "CVE-2021-3426",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2021-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1935913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python 3\u0027s pydoc. This flaw allows a local or adjacent attacker who discovers or can convince another local or adjacent user to start a pydoc server to access the server and then use it to disclose sensitive information belonging to the other user that they would not normally have the ability to access. The highest threat from this vulnerability is to data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Information disclosure via pydoc",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Quay from version 3.4 uses Python from Red Hat Enterprise Linux RPM repositories and therefore may receive an update for this issue in a future release. Earlier versions of Red Hat Quay will not receive a patch for this issue.\n\nPython 2.x.x as shipped in any Red Hat product is not affected. This flaw is out of support scope for python3 as shipped with Red Hat Enterprise Linux 7. For more information about Red Hat Enterprise Linux support scope, please see https://access.redhat.com/support/policy/updates/errata/ .",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "RHBZ#1935913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1935913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3426"
}
],
"release_date": "2021-03-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Use the console (no argument needed) or HTML file (-w argument) output to generate docs rather than the HTTP server options. Put differently, do not use the -p or -n options of pydoc.",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Information disclosure via pydoc"
},
{
"cve": "CVE-2021-3572",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-05-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1962856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-pip in the way it handled Unicode separators in git references. A remote attacker could possibly use this issue to install a different revision on a repository. The highest threat from this vulnerability is to data integrity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pip: Incorrect handling of unicode separators in git references",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having a security impact of Low. To exploit this flaw, the attacker needs access to the repository to create a specially crafted tag and force a different revision to be installed.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-3572"
},
{
"category": "external",
"summary": "RHBZ#1962856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1962856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3572"
}
],
"release_date": "2021-04-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python-pip: Incorrect handling of unicode separators in git references"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython is vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-29921",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2021-04-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1957458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-ipaddress. Improper input validation of octal strings in stdlib ipaddress allows unauthenticated remote attackers to perform indeterminate SSRF, RFI, and LFI attacks on many programs that rely on Python stdlib ipaddress. The highest threat from this vulnerability is to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-ipaddress: Improper input validation of octal strings",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-29921"
},
{
"category": "external",
"summary": "RHBZ#1957458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1957458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29921"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html",
"url": "https://python-security.readthedocs.io/vuln/ipaddress-ipv4-leading-zeros.html"
}
],
"release_date": "2021-04-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-ipaddress: Improper input validation of octal strings"
},
{
"cve": "CVE-2021-33503",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-06-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1968074"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-urllib3. When provided with a URL containing many @ characters in the authority component, the authority\u0027s regular expression exhibits catastrophic backtracking. This flaw causes a denial of service if a URL is passed as a parameter or redirected via an HTTP redirect. The highest threat from this vulnerability is to system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-urllib3: ReDoS in the parsing of authority part of URL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Red Hat OpenShift Container Platform (OCP) 4 delivers the python-urllib3 package which includes a vulnerable version of urllib3 module, however from OCP 4.6 the python-urllib3 package is no longer shipped. OCP 4.5 is out of support scope for Moderate and Low impact vulnerabilities, hence is marked Out Of Support Scope.\nThe python-urllib3 package used in OCP 3.11 is not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-33503"
},
{
"category": "external",
"summary": "RHBZ#1968074",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1968074"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-33503",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33503"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-33503"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg",
"url": "https://github.com/advisories/GHSA-q2q7-5pp4-w6pg"
}
],
"release_date": "2021-06-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-urllib3: ReDoS in the parsing of authority part of URL"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:54:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4162"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:Cython-debugsource-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:numpy-debugsource-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cffi-debugsource-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-cryptography-debugsource-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-lxml-debugsource-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-markupsafe-debugsource-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psutil-debugsource-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-psycopg2-debugsource-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-Cython-debuginfo-0:0.29.14-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-PyMySQL-0:0.10.1-1.module+el8.4.0+9692+8e86ab84.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-asn1crypto-0:1.2.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-babel-0:2.7.0-11.module+el8.5.0+11015+9c1c7c42.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cffi-debuginfo-0:1.13.2-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-chardet-0:3.0.4-19.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-cryptography-debuginfo-0:2.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debug-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debuginfo-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-debugsource-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-devel-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idle-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-idna-0:2.8-6.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-jinja2-0:2.10.3-5.module+el8.5.0+10542+ba057329.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-libs-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-lxml-debuginfo-0:4.4.1-6.module+el8.5.0+10542+ba057329.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-mod_wsgi-0:4.6.8-3.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-debuginfo-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-doc-0:1.17.3-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-numpy-f2py-0:1.17.3-6.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pip-wheel-0:19.3.1-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-ply-0:3.11-10.module+el8.4.0+9579+e9717e18.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psutil-debuginfo-0:5.6.4-4.module+el8.5.0+12031+10ce4870.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-doc-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-psycopg2-tests-0:2.8.4-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pycparser-0:2.19-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pysocks-0:1.7.1-4.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10721+14d8e0d5.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-requests-0:2.22.0-9.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-rpm-macros-0:3.8.8-4.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-scipy-debuginfo-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-setuptools-wheel-0:41.6.0-5.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-test-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-tkinter-0:3.8.8-4.module+el8.5.0+12205+a865257a.x86_64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-urllib3-0:1.25.7-5.module+el8.5.0+11639+ea5b349d.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python38-wheel-wheel-0:0.33.6-6.module+el8.5.0+12205+a865257a.noarch",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-pip-0:19.3.1-4.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-setuptools-0:41.6.0-5.module+el8.5.0+12205+a865257a.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:python3x-six-0:1.12.0-10.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:pytz-0:2019.3-3.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.src",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.aarch64",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.ppc64le",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.s390x",
"AppStream-8.5.0.GA:python38:3.8:8050020210811101222:e3d35cca:scipy-debugsource-0:1.3.1-4.module+el8.4.0+8888+89bc7e79.x86_64",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.src",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-atomicwrites-0:1.3.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-attrs-0:19.3.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-more-itertools-0:7.2.0-5.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-packaging-0:19.2-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pluggy-0:0.13.0-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-py-0:1.8.0-8.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-pytest-0:4.6.6-3.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python38-wcwidth-0:0.1.7-16.module+el8.4.0+8888+89bc7e79.noarch",
"CRB-8.5.0.GA:python38-devel:3.8:8050020210811101222:e3d35cca:python3x-pyparsing-0:2.4.5-3.module+el8.4.0+8888+89bc7e79.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
rhsa-2021:4151
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "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* python: Unsafe use of eval() on data retrieved via HTTP in the test suite (CVE-2020-27619)\n\n* python-jinja2: ReDoS vulnerability in the urlize filter (CVE-2020-28493)\n\n* python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code (CVE-2021-20095, CVE-2021-42771)\n\n* python-pygments: Infinite loop in SML lexer may lead to DoS (CVE-2021-20270)\n\n* python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters (CVE-2021-23336)\n\n* python-pygments: ReDoS in multiple lexers (CVE-2021-27291)\n\n* python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS (CVE-2021-28957)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2021:4151",
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.5_release_notes/"
},
{
"category": "external",
"summary": "1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "1945483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1945483"
},
{
"category": "external",
"summary": "1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2021/rhsa-2021_4151.json"
}
],
"title": "Red Hat Security Advisory: python27:2.7 security update",
"tracking": {
"current_release_date": "2025-11-08T06:29:02+00:00",
"generator": {
"date": "2025-11-08T06:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2021:4151",
"initial_release_date": "2021-11-09T17:42:32+00:00",
"revision_history": [
{
"date": "2021-11-09T17:42:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2021-11-09T17:42:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-08T06:29:02+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.5.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src (python27:2.7)",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"product": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src (python27:2.7)",
"product_id": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=src\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"product": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src (python27:2.7)",
"product_id": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"product": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src (python27:2.7)",
"product_id": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"product": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src (python27:2.7)",
"product_id": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"product": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src (python27:2.7)",
"product_id": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"product": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src (python27:2.7)",
"product_id": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"product": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src (python27:2.7)",
"product_id": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src (python27:2.7)",
"product_id": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src (python27:2.7)",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src (python27:2.7)",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src (python27:2.7)",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7)",
"product_id": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"product": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src (python27:2.7)",
"product_id": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=src\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64 (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=aarch64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64 (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=aarch64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7)",
"product_id": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-nose-docs@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"product": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch (python27:2.7)",
"product_id": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7)",
"product_id": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-babel@2.5.1-10.module%2Bel8.5.0%2B11014%2B88fc0d0b?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7)",
"product_id": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports-ssl_match_hostname@3.5.0.1-12.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docs-info@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"product": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch (python27:2.7)",
"product_id": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-jinja2@2.10-9.module%2Bel8.5.0%2B10541%2B706bb066?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-nose@1.3.7-31.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"product": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch (python27:2.7)",
"product_id": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-doc@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7)",
"product_id": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7)",
"product_id": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pip-wheel@9.0.3-18.module%2Bel8.3.0%2B7707%2Beb4bba01?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"product": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch (python27:2.7)",
"product_id": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pygments@2.2.0-22.module%2Bel8.5.0%2B10788%2Ba4cea9e0?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"product": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch (python27:2.7)",
"product_id": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7)",
"product_id": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7)",
"product_id": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-13.module%2Bel8.4.0%2B9442%2B27d0e81c?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7)",
"product_id": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"product": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch (python27:2.7)",
"product_id": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-six@1.11.0-6.module%2Bel8.4.0%2B9287%2B299307c7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7)",
"product_id": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-urllib3@1.24.2-3.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-virtualenv@15.1.0-21.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7)",
"product_id": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-wheel-wheel@0.31.1-3.module%2Bel8.5.0%2B12203%2B77770ab7?arch=noarch\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=ppc64le\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=ppc64le\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=s390x\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=s390x\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"product": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64 (python27:2.7)",
"product_id": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-backports@1.0-16.module%2Bel8.4.0%2B9193%2Bf3daf6ef?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debug@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debuginfo@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-debugsource@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-devel@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-libs@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7)",
"product_id": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-5.module%2Bel8.5.0%2B10534%2B22332931?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7)",
"product_id": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-16.module%2Bel8.4.0%2B9406%2B221a4565?arch=x86_64\u0026epoch=1\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7)",
"product_id": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.7.0-1.module%2Bel8.5.0%2B10264%2Be5753a40?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7)",
"product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"product": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64 (python27:2.7)",
"product_id": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-2.module%2Bel8.3.0%2B6647%2B8d010749?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-test@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tkinter@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7)",
"product_id": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python2-tools@2.7.18-7.module%2Bel8.5.0%2B12203%2B77770ab7?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7)",
"product_id": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-21.module%2Bel8.5.0%2B10858%2B05337455?arch=x86_64\u0026rpmmod=python27:2.7:8050020210811095446:3e7ace8b"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7"
},
"product_reference": "babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7"
},
"product_reference": "numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7"
},
"product_reference": "python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7"
},
"product_reference": "python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7"
},
"product_reference": "python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7"
},
"product_reference": "python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7"
},
"product_reference": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7"
},
"product_reference": "python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7"
},
"product_reference": "python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7"
},
"product_reference": "python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7"
},
"product_reference": "python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7"
},
"product_reference": "python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7"
},
"product_reference": "python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7"
},
"product_reference": "python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7"
},
"product_reference": "python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7"
},
"product_reference": "python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7"
},
"product_reference": "python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7"
},
"product_reference": "python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7"
},
"product_reference": "python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7"
},
"product_reference": "python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7"
},
"product_reference": "python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7"
},
"product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7"
},
"product_reference": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7"
},
"product_reference": "python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7"
},
"product_reference": "python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7"
},
"product_reference": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7"
},
"product_reference": "python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7"
},
"product_reference": "python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7"
},
"product_reference": "python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7"
},
"product_reference": "python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7"
},
"product_reference": "python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7"
},
"product_reference": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7"
},
"product_reference": "scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64 (python27:2.7) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
},
"product_reference": "scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"relates_to_product_reference": "AppStream-8.5.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-27619",
"cwe": {
"id": "CWE-95",
"name": "Improper Neutralization of Directives in Dynamically Evaluated Code (\u0027Eval Injection\u0027)"
},
"discovery_date": "2020-10-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1889886"
}
],
"notes": [
{
"category": "description",
"text": "In Python3\u0027s Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "As of Red Hat Quay 3.4 the python runtime will be consumed from RHEL. Currently releases up to 3.3 won\u0027t get fixes for this moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-27619"
},
{
"category": "external",
"summary": "RHBZ#1889886",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1889886"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-27619",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27619"
}
],
"release_date": "2020-10-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "In versions of Python shipped with Red Hat Enterprise Linux and Red Hat Software Collections, the flaw can be mitigated by not running the python tests with network resources enabled. By default, the tests are not run with network resources enabled. Ensure that `-u network` or `-uall` are not passed as options to `python -m test`. For more information on how these commands work, see [1].\n\n1. https://docs.python.org/3/library/test.html",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "python: Unsafe use of eval() on data retrieved via HTTP in the test suite"
},
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928707"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-jinja2. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-jinja2: ReDoS vulnerability in the urlize filter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is out of support scope for the following products:\n\n* Red Hat Enterprise Linux 6\n* Red Hat Enterprise Linux 7\n* Red Hat Ceph Storage 2\n\nTo learn more about Red Hat Enterprise Linux support scopes, please see https://access.redhat.com/support/policy/updates/errata/\n\nIn Red Hat OpenStack Platform, because python-jinja2 is not directly customer exposed, the Impact has been moved to Low and no updated will be provided at this time for the RHOSP python-jinja2 package.\n\nRed Hat Quay does not make use of the vulnerable function, so the impact is Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "RHBZ#1928707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
}
],
"release_date": "2021-02-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
},
{
"category": "workaround",
"details": "If using the jinja2 library as a developer, this flaw can be mitigated by not using the vulnerable urlize() filter, and instead, using Markdown to format user content.",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-jinja2: ReDoS vulnerability in the urlize filter"
},
{
"cve": "CVE-2021-20095",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20095"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20095"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
},
{
"cve": "CVE-2021-20270",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2021-01-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1922136"
}
],
"notes": [
{
"category": "description",
"text": "An infinite loop in SMLLexer in Pygments versions 1.5 to 2.7.3 may lead to denial of service when performing syntax highlighting of a Standard ML (SML) source file, as demonstrated by input that only contains the \"exception\" keyword.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: Infinite loop in SML lexer may lead to DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In OpenShift Container Platform 3.11, the vulnerable version of python-pygments is embedded in the google-cloud-sdk package, which is shipped in the openshift-ansible container (aos3-installation-container). As the access to the openshift-ansible container is restricted only to cluster administrators, this component is affected but with a Low impact. The google-cloud-sdk package was shipped in OpenShift Container Platform 4.1, which is End of Life.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-20270"
},
{
"category": "external",
"summary": "RHBZ#1922136",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1922136"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-20270",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20270"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-20270"
}
],
"release_date": "2020-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: Infinite loop in SML lexer may lead to DoS"
},
{
"cve": "CVE-2021-23336",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2021-02-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1928904"
}
],
"notes": [
{
"category": "description",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The python2.7 component in Red Hat Enterprise Linux 9 is listed as not affected as it was removed prior to the release of RHEL-9.0.\n\nThe python3.9 component in Red Hat Enterprise Linux 9 is listed as not affected as a patched version was verified in RHEL-9.0 beta and the RHEL-9.0 GA release included this patched version.\n\nThe python36 component in the python36:3.6 module in Red Hat Enterprise Linux 8 is listed as not affected, as it does not contain Python interpreter or libraries. Packages of the python36 component only provide convenient links to the Python interpreter included in the non-modular python3 component\u0027s platform-python packages. Users of python36:3.6 module also need to check the entry for the python3 component to determine if their systems are affected.\n\nRed Hat Ceph Storage (RHCS) 3 ships an older version of python-django without the directly affected function, but which is still vulnerable to a similar attack involving the semi colon separator. Hence, impact has been rated as Low.\n\nAlthough Red Hat OpenStack Platform 13 \u0026 16.1 both ship the affected code, since the proxy is controlled and configured by OpenStack, the impact has been lowered to Low. As a fix would require a substantial effort or commitment of time, no fix will be provided at this time.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "RHBZ#1928904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1928904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-23336",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-23336"
},
{
"category": "external",
"summary": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933",
"url": "https://snyk.io/vuln/SNYK-UPSTREAM-PYTHONCPYTHON-1074933"
}
],
"release_date": "2021-02-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Web cache poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a semicolon in query parameters"
},
{
"cve": "CVE-2021-27291",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2021-03-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1940603"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service attack was discovered against pygments. Some of the regular expressions used to tokenise source code for highlighting have exponential complexity. A specially crafted input file could cause pygments to take effectively infinite time to parse, consuming CPU resources and denying access to the service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-pygments: ReDoS in multiple lexers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-27291"
},
{
"category": "external",
"summary": "RHBZ#1940603",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1940603"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-27291",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27291"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-27291"
}
],
"release_date": "2021-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-pygments: ReDoS in multiple lexers"
},
{
"cve": "CVE-2021-28957",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2021-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1941534"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-lxml. The HTML5 formaction attribute is not input sanitized like the HTML action attribute is which can lead to a Cross-Site Scripting attack (XSS) when an application uses python-lxml to sanitize user inputs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Web applications vulnerable to this flaw, where a XSS attack can be accomplished, are only those that use python-lxml to sanitize HTML input and that allow user data to be placed in the \"formaction\" attribute of a form button.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact and the package is unlikely to be exploited in the RHOSP environment, no update will be provided at this time for the RHOSP python-lxml package.\n\nFor Ansible Tower and Ansible Automation Platform, Lowering the impact from Moderate to Low as the vulnerable function i.e. lxml HTML Cleaner and the vulnerable attribute i.e. HTML FormAction are not being used.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-28957"
},
{
"category": "external",
"summary": "RHBZ#1941534",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1941534"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-28957"
}
],
"release_date": "2021-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-lxml: Missing input sanitization for formaction HTML5 attributes may lead to XSS"
},
{
"cve": "CVE-2021-42771",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2021-04-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1955615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-babel. A path traversal vulnerability was found in how locale data files are checked and loaded within python-babel, allowing a local attacker to trick an application that uses python-babel to load a file outside of the intended locale directory. The highest threat from this vulnerability is to data confidentiality and integrity as well as service availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "It is rather uncommon for applications to use Babel.Locale() with an untrusted attacker-controlled language argument. A static language abbreviation string (e.g. \"en\") is most commonly used instead. For this reason, this flaw has been rated as having a security impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-42771"
},
{
"category": "external",
"summary": "RHBZ#1955615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1955615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-42771"
},
{
"category": "external",
"summary": "https://www.tenable.com/security/research/tra-2021-14",
"url": "https://www.tenable.com/security/research/tra-2021-14"
}
],
"release_date": "2021-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2021-11-09T17:42:32+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2021:4151"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.5.0.GA:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.src::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:numpy-debugsource-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.src::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-lxml-debugsource-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-nose-docs-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.src::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python-pymongo-debugsource-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src::python27:2.7",
"AppStream-8.5.0.GA:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.src::python27:2.7",
"AppStream-8.5.0.GA:python-sqlalchemy-doc-0:1.3.2-2.module+el8.3.0+6647+8d010749.noarch::python27:2.7",
"AppStream-8.5.0.GA:python-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.src::python27:2.7",
"AppStream-8.5.0.GA:python-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-babel-0:2.5.1-10.module+el8.5.0+11014+88fc0d0b.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-0:1.0-16.module+el8.4.0+9193+f3daf6ef.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-backports-ssl_match_hostname-0:3.5.0.1-12.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-bson-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debug-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debuginfo-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-debugsource-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-devel-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-jinja2-0:2.10-9.module+el8.5.0+10541+706bb066.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-libs-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-lxml-debuginfo-0:4.2.3-5.module+el8.5.0+10534+22332931.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-nose-0:1.3.7-31.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-debuginfo-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-doc-1:1.14.2-16.module+el8.4.0+9406+221a4565.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-numpy-f2py-1:1.14.2-16.module+el8.4.0+9406+221a4565.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.src::python27:2.7",
"AppStream-8.5.0.GA:python2-pip-wheel-0:9.0.3-18.module+el8.3.0+7707+eb4bba01.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pygments-0:2.2.0-22.module+el8.5.0+10788+a4cea9e0.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-debuginfo-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pymongo-gridfs-0:3.7.0-1.module+el8.5.0+10264+e5753a40.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-scipy-debuginfo-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.src::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools-wheel-0:39.0.1-13.module+el8.4.0+9442+27d0e81c.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-six-0:1.11.0-6.module+el8.4.0+9287+299307c7.src::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-sqlalchemy-0:1.3.2-2.module+el8.3.0+6647+8d010749.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-test-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tkinter-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.aarch64::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.s390x::python27:2.7",
"AppStream-8.5.0.GA:python2-tools-0:2.7.18-7.module+el8.5.0+12203+77770ab7.x86_64::python27:2.7",
"AppStream-8.5.0.GA:python2-urllib3-0:1.24.2-3.module+el8.4.0+9193+f3daf6ef.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-virtualenv-0:15.1.0-21.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:python2-wheel-wheel-1:0.31.1-3.module+el8.5.0+12203+77770ab7.noarch::python27:2.7",
"AppStream-8.5.0.GA:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-0:1.0.0-21.module+el8.5.0+10858+05337455.src::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.aarch64::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.ppc64le::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.s390x::python27:2.7",
"AppStream-8.5.0.GA:scipy-debugsource-0:1.0.0-21.module+el8.5.0+10858+05337455.x86_64::python27:2.7"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-babel: Relative path traversal allows attacker to load arbitrary locale files and execute arbitrary code"
}
]
}
suse-su-2021:0607-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Improve the speed of the \u0027urlize\u0027 filter by reducing regex\n backtracking. Email matching requires a word character at the start of the\n domain part, and only word characters in the TLD. (bsc#1181944)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2021-607,SUSE-SLE-Manager-Tools-12-2021-607,SUSE-SLE-Module-Adv-Systems-Management-12-2021-607,SUSE-SLE-Module-Public-Cloud-12-2021-607",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0607-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:0607-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210607-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:0607-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008376.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-25T17:43:25Z",
"generator": {
"date": "2021-02-25T17:43:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:0607-1",
"initial_release_date": "2021-02-25T17:43:25Z",
"revision_history": [
{
"date": "2021-02-25T17:43:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.8-19.23.1.noarch",
"product": {
"name": "python-Jinja2-2.8-19.23.1.noarch",
"product_id": "python-Jinja2-2.8-19.23.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-emacs-2.8-19.23.1.noarch",
"product": {
"name": "python-Jinja2-emacs-2.8-19.23.1.noarch",
"product_id": "python-Jinja2-emacs-2.8-19.23.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-vim-2.8-19.23.1.noarch",
"product": {
"name": "python-Jinja2-vim-2.8-19.23.1.noarch",
"product_id": "python-Jinja2-vim-2.8-19.23.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-Jinja2-2.8-19.23.1.noarch",
"product": {
"name": "python3-Jinja2-2.8-19.23.1.noarch",
"product_id": "python3-Jinja2-2.8-19.23.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Manager Client Tools 12",
"product": {
"name": "SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12"
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Advanced Systems Management 12",
"product": {
"name": "SUSE Linux Enterprise Module for Advanced Systems Management 12",
"product_id": "SUSE Linux Enterprise Module for Advanced Systems Management 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-adv-systems-management:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.8-19.23.1.noarch as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.8-19.23.1.noarch as component of SUSE Manager Client Tools 12",
"product_id": "SUSE Manager Client Tools 12:python3-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python3-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Manager Client Tools 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.8-19.23.1.noarch as component of SUSE Linux Enterprise Module for Advanced Systems Management 12",
"product_id": "SUSE Linux Enterprise Module for Advanced Systems Management 12:python-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Advanced Systems Management 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.8-19.23.1.noarch as component of SUSE Linux Enterprise Module for Advanced Systems Management 12",
"product_id": "SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python3-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Advanced Systems Management 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.8-19.23.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.8-19.23.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-Jinja2-2.8-19.23.1.noarch"
},
"product_reference": "python3-Jinja2-2.8-19.23.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python3-Jinja2-2.8-19.23.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python3-Jinja2-2.8-19.23.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Advanced Systems Management 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python-Jinja2-2.8-19.23.1.noarch",
"SUSE Manager Client Tools 12:python3-Jinja2-2.8-19.23.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-25T17:43:25Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
suse-su-2021:14644-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Improve the speed of the \u0027urlize\u0027 filter by reducing regex\n backtracking. Email matching requires a word character at the start of the\n domain part, and only word characters in the TLD. (bsc#1181944)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "pubclsp3-python-Jinja2-14644,slesctsp3-python-Jinja2-14644,slesctsp4-python-Jinja2-14644",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_14644-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:14644-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-202114644-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:14644-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008377.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-25T17:43:18Z",
"generator": {
"date": "2021-02-25T17:43:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:14644-1",
"initial_release_date": "2021-02-25T17:43:18Z",
"revision_history": [
{
"date": "2021-02-25T17:43:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.6-2.19.5.1.i586",
"product": {
"name": "python-Jinja2-2.6-2.19.5.1.i586",
"product_id": "python-Jinja2-2.6-2.19.5.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.6-2.19.5.1.ia64",
"product": {
"name": "python-Jinja2-2.6-2.19.5.1.ia64",
"product_id": "python-Jinja2-2.6-2.19.5.1.ia64"
}
}
],
"category": "architecture",
"name": "ia64"
},
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.6-2.19.5.1.ppc64",
"product": {
"name": "python-Jinja2-2.6-2.19.5.1.ppc64",
"product_id": "python-Jinja2-2.6-2.19.5.1.ppc64"
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.6-2.19.5.1.s390x",
"product": {
"name": "python-Jinja2-2.6-2.19.5.1.s390x",
"product_id": "python-Jinja2-2.6-2.19.5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.6-2.19.5.1.x86_64",
"product": {
"name": "python-Jinja2-2.6-2.19.5.1.x86_64",
"product_id": "python-Jinja2-2.6-2.19.5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 11-PUBCLOUD",
"product": {
"name": "SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD"
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product": {
"name": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_identification_helper": {
"cpe": "cpe:/a:suse:sle-clienttools:11:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product": {
"name": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_identification_helper": {
"cpe": "cpe:/a:suse:sle-clienttools:11:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.i586 as component of SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.i586"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.i586",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11-PUBCLOUD"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ia64 as component of SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ia64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ia64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11-PUBCLOUD"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ppc64 as component of SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ppc64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ppc64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11-PUBCLOUD"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.s390x as component of SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.s390x"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11-PUBCLOUD"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.x86_64 as component of SUSE Linux Enterprise Server 11-PUBCLOUD",
"product_id": "SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.x86_64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11-PUBCLOUD"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.i586 as component of SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.i586",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ia64 as component of SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ia64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ppc64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.s390x as component of SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.i586",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ia64 as component of SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ia64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.ppc64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.6-2.19.5.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS",
"product_id": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64"
},
"product_reference": "python-Jinja2-2.6-2.19.5.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS:python-Jinja2-2.6-2.19.5.1.x86_64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.i586",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ia64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.ppc64",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.s390x",
"SUSE Linux Enterprise Server 11-PUBCLOUD:python-Jinja2-2.6-2.19.5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-25T17:43:18Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
suse-su-2021:0603-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Improve the speed of the \u0027urlize\u0027 filter by reducing regex\n backtracking. Email matching requires a word character at the start of the\n domain part, and only word characters in the TLD. (bsc#1181944)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "HPE-Helion-OpenStack-8-2021-603,SUSE-2021-603,SUSE-OpenStack-Cloud-8-2021-603,SUSE-OpenStack-Cloud-Crowbar-8-2021-603",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0603-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:0603-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210603-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:0603-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008373.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-25T12:16:54Z",
"generator": {
"date": "2021-02-25T12:16:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:0603-1",
"initial_release_date": "2021-02-25T12:16:54Z",
"revision_history": [
{
"date": "2021-02-25T12:16:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.9.6-3.6.1.noarch",
"product": {
"name": "python-Jinja2-2.9.6-3.6.1.noarch",
"product_id": "python-Jinja2-2.9.6-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-emacs-2.9.6-3.6.1.noarch",
"product": {
"name": "python-Jinja2-emacs-2.9.6-3.6.1.noarch",
"product_id": "python-Jinja2-emacs-2.9.6-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-vim-2.9.6-3.6.1.noarch",
"product": {
"name": "python-Jinja2-vim-2.9.6-3.6.1.noarch",
"product_id": "python-Jinja2-vim-2.9.6-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-Jinja2-2.9.6-3.6.1.noarch",
"product": {
"name": "python3-Jinja2-2.9.6-3.6.1.noarch",
"product_id": "python3-Jinja2-2.9.6-3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "HPE Helion OpenStack 8",
"product": {
"name": "HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:hpe-helion-openstack:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 8",
"product": {
"name": "SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:8"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 8",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.9.6-3.6.1.noarch as component of HPE Helion OpenStack 8",
"product_id": "HPE Helion OpenStack 8:python-Jinja2-2.9.6-3.6.1.noarch"
},
"product_reference": "python-Jinja2-2.9.6-3.6.1.noarch",
"relates_to_product_reference": "HPE Helion OpenStack 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.9.6-3.6.1.noarch as component of SUSE OpenStack Cloud 8",
"product_id": "SUSE OpenStack Cloud 8:python-Jinja2-2.9.6-3.6.1.noarch"
},
"product_reference": "python-Jinja2-2.9.6-3.6.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.9.6-3.6.1.noarch as component of SUSE OpenStack Cloud Crowbar 8",
"product_id": "SUSE OpenStack Cloud Crowbar 8:python-Jinja2-2.9.6-3.6.1.noarch"
},
"product_reference": "python-Jinja2-2.9.6-3.6.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"HPE Helion OpenStack 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 8:python-Jinja2-2.9.6-3.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"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": [
"HPE Helion OpenStack 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 8:python-Jinja2-2.9.6-3.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"HPE Helion OpenStack 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud 8:python-Jinja2-2.9.6-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 8:python-Jinja2-2.9.6-3.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-25T12:16:54Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
suse-su-2021:0602-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Improve the speed of the \u0027urlize\u0027 filter by reducing regex\n backtracking. Email matching requires a word character at the start of the\n domain part, and only word characters in the TLD. (bsc#1181944)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2021-602,SUSE-OpenStack-Cloud-9-2021-602,SUSE-OpenStack-Cloud-Crowbar-9-2021-602",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0602-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:0602-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210602-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:0602-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008370.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-25T12:16:39Z",
"generator": {
"date": "2021-02-25T12:16:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:0602-1",
"initial_release_date": "2021-02-25T12:16:39Z",
"revision_history": [
{
"date": "2021-02-25T12:16:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.10.1-3.6.1.noarch",
"product": {
"name": "python-Jinja2-2.10.1-3.6.1.noarch",
"product_id": "python-Jinja2-2.10.1-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-emacs-2.10.1-3.6.1.noarch",
"product": {
"name": "python-Jinja2-emacs-2.10.1-3.6.1.noarch",
"product_id": "python-Jinja2-emacs-2.10.1-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-vim-2.10.1-3.6.1.noarch",
"product": {
"name": "python-Jinja2-vim-2.10.1-3.6.1.noarch",
"product_id": "python-Jinja2-vim-2.10.1-3.6.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-Jinja2-2.10.1-3.6.1.noarch",
"product": {
"name": "python3-Jinja2-2.10.1-3.6.1.noarch",
"product_id": "python3-Jinja2-2.10.1-3.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 9",
"product": {
"name": "SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:9"
}
}
},
{
"category": "product_name",
"name": "SUSE OpenStack Cloud Crowbar 9",
"product": {
"name": "SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.10.1-3.6.1.noarch as component of SUSE OpenStack Cloud 9",
"product_id": "SUSE OpenStack Cloud 9:python-Jinja2-2.10.1-3.6.1.noarch"
},
"product_reference": "python-Jinja2-2.10.1-3.6.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.10.1-3.6.1.noarch as component of SUSE OpenStack Cloud Crowbar 9",
"product_id": "SUSE OpenStack Cloud Crowbar 9:python-Jinja2-2.10.1-3.6.1.noarch"
},
"product_reference": "python-Jinja2-2.10.1-3.6.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE OpenStack Cloud 9:python-Jinja2-2.10.1-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:python-Jinja2-2.10.1-3.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE OpenStack Cloud 9:python-Jinja2-2.10.1-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:python-Jinja2-2.10.1-3.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE OpenStack Cloud 9:python-Jinja2-2.10.1-3.6.1.noarch",
"SUSE OpenStack Cloud Crowbar 9:python-Jinja2-2.10.1-3.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-25T12:16:39Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
suse-su-2021:0601-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Improve the speed of the \u0027urlize\u0027 filter by reducing regex\n backtracking. Email matching requires a word character at the start of the\n domain part, and only word characters in the TLD. (bsc#1181944)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2021-601,SUSE-OpenStack-Cloud-7-2021-601,SUSE-SLE-POS-12-SP2-2021-601",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0601-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:0601-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210601-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:0601-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008372.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-25T12:16:32Z",
"generator": {
"date": "2021-02-25T12:16:32Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:0601-1",
"initial_release_date": "2021-02-25T12:16:32Z",
"revision_history": [
{
"date": "2021-02-25T12:16:32Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-2.8-22.11.1.noarch",
"product": {
"name": "python-Jinja2-2.8-22.11.1.noarch",
"product_id": "python-Jinja2-2.8-22.11.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-emacs-2.8-22.11.1.noarch",
"product": {
"name": "python-Jinja2-emacs-2.8-22.11.1.noarch",
"product_id": "python-Jinja2-emacs-2.8-22.11.1.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-vim-2.8-22.11.1.noarch",
"product": {
"name": "python-Jinja2-vim-2.8-22.11.1.noarch",
"product_id": "python-Jinja2-vim-2.8-22.11.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-Jinja2-2.8-22.11.1.noarch",
"product": {
"name": "python3-Jinja2-2.8-22.11.1.noarch",
"product_id": "python3-Jinja2-2.8-22.11.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE OpenStack Cloud 7",
"product": {
"name": "SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-openstack-cloud:7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Point of Sale 12 SP2",
"product": {
"name": "SUSE Linux Enterprise Point of Sale 12 SP2",
"product_id": "SUSE Linux Enterprise Point of Sale 12 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-pos:12:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.8-22.11.1.noarch as component of SUSE OpenStack Cloud 7",
"product_id": "SUSE OpenStack Cloud 7:python-Jinja2-2.8-22.11.1.noarch"
},
"product_reference": "python-Jinja2-2.8-22.11.1.noarch",
"relates_to_product_reference": "SUSE OpenStack Cloud 7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-Jinja2-2.8-22.11.1.noarch as component of SUSE Linux Enterprise Point of Sale 12 SP2",
"product_id": "SUSE Linux Enterprise Point of Sale 12 SP2:python-Jinja2-2.8-22.11.1.noarch"
},
"product_reference": "python-Jinja2-2.8-22.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 12 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.8-22.11.1.noarch as component of SUSE Linux Enterprise Point of Sale 12 SP2",
"product_id": "SUSE Linux Enterprise Point of Sale 12 SP2:python3-Jinja2-2.8-22.11.1.noarch"
},
"product_reference": "python3-Jinja2-2.8-22.11.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 12 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Point of Sale 12 SP2:python-Jinja2-2.8-22.11.1.noarch",
"SUSE Linux Enterprise Point of Sale 12 SP2:python3-Jinja2-2.8-22.11.1.noarch",
"SUSE OpenStack Cloud 7:python-Jinja2-2.8-22.11.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Point of Sale 12 SP2:python-Jinja2-2.8-22.11.1.noarch",
"SUSE Linux Enterprise Point of Sale 12 SP2:python3-Jinja2-2.8-22.11.1.noarch",
"SUSE OpenStack Cloud 7:python-Jinja2-2.8-22.11.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Point of Sale 12 SP2:python-Jinja2-2.8-22.11.1.noarch",
"SUSE Linux Enterprise Point of Sale 12 SP2:python3-Jinja2-2.8-22.11.1.noarch",
"SUSE OpenStack Cloud 7:python-Jinja2-2.8-22.11.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-25T12:16:32Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
suse-su-2021:0654-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2020-28493: Fixed a ReDOS vulnerability where urlize could have \n been called with untrusted user data (bsc#1181944). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2021-654,SUSE-SLE-Module-Basesystem-15-SP2-2021-654,SUSE-SLE-Module-Basesystem-15-SP3-2021-654,SUSE-SLE-Module-Python2-15-SP2-2021-654,SUSE-SLE-Module-Python2-15-SP3-2021-654,SUSE-SLE-Product-HPC-15-2021-654,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-654,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-654,SUSE-SLE-Product-SLES-15-2021-654,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-654,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-654,SUSE-SLE-Product-SLES_SAP-15-2021-654,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-654,SUSE-SLE-Product-SUSE-Manager-Proxy-4.0-2021-654,SUSE-SLE-Product-SUSE-Manager-Retail-Branch-Server-4.0-2021-654,SUSE-SLE-Product-SUSE-Manager-Server-4.0-2021-654,SUSE-Storage-6-2021-654",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2021_0654-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2021:0654-1",
"url": "https://www.suse.com/support/update/announcement/2021/suse-su-20210654-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2021:0654-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2021-February/008398.html"
},
{
"category": "self",
"summary": "SUSE Bug 1181944",
"url": "https://bugzilla.suse.com/1181944"
},
{
"category": "self",
"summary": "SUSE Bug 1182244",
"url": "https://bugzilla.suse.com/1182244"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2021-02-26T19:02:22Z",
"generator": {
"date": "2021-02-26T19:02:22Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2021:0654-1",
"initial_release_date": "2021-02-26T19:02:22Z",
"revision_history": [
{
"date": "2021-02-26T19:02:22Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-Jinja2-emacs-2.10.1-3.10.2.noarch",
"product": {
"name": "python-Jinja2-emacs-2.10.1-3.10.2.noarch",
"product_id": "python-Jinja2-emacs-2.10.1-3.10.2.noarch"
}
},
{
"category": "product_version",
"name": "python-Jinja2-vim-2.10.1-3.10.2.noarch",
"product": {
"name": "python-Jinja2-vim-2.10.1-3.10.2.noarch",
"product_id": "python-Jinja2-vim-2.10.1-3.10.2.noarch"
}
},
{
"category": "product_version",
"name": "python2-Jinja2-2.10.1-3.10.2.noarch",
"product": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch",
"product_id": "python2-Jinja2-2.10.1-3.10.2.noarch"
}
},
{
"category": "product_version",
"name": "python3-Jinja2-2.10.1-3.10.2.noarch",
"product": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch",
"product_id": "python3-Jinja2-2.10.1-3.10.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 2 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Module for Python 2 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Python 2 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python2:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_bcl:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.0",
"product": {
"name": "SUSE Manager Proxy 4.0",
"product_id": "SUSE Manager Proxy 4.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Retail Branch Server 4.0",
"product": {
"name": "SUSE Manager Retail Branch Server 4.0",
"product_id": "SUSE Manager Retail Branch Server 4.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-retail-branch-server:4.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.0",
"product": {
"name": "SUSE Manager Server 4.0",
"product_id": "SUSE Manager Server 4.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 6",
"product": {
"name": "SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Module for Python 2 15 SP2",
"product_id": "SUSE Linux Enterprise Module for Python 2 15 SP2:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15-LTSS",
"product_id": "SUSE Linux Enterprise Server 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-BCL",
"product_id": "SUSE Linux Enterprise Server 15 SP1-BCL:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-BCL"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Proxy 4.0",
"product_id": "SUSE Manager Proxy 4.0:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Proxy 4.0",
"product_id": "SUSE Manager Proxy 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Retail Branch Server 4.0",
"product_id": "SUSE Manager Retail Branch Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Retail Branch Server 4.0",
"product_id": "SUSE Manager Retail Branch Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Retail Branch Server 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Server 4.0",
"product_id": "SUSE Manager Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Manager Server 4.0",
"product_id": "SUSE Manager Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python2-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:python2-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python2-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-Jinja2-2.10.1-3.10.2.noarch as component of SUSE Enterprise Storage 6",
"product_id": "SUSE Enterprise Storage 6:python3-Jinja2-2.10.1-3.10.2.noarch"
},
"product_reference": "python3-Jinja2-2.10.1-3.10.2.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 6:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Enterprise Storage 6:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Python 2 15 SP2:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 6:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Enterprise Storage 6:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Python 2 15 SP2:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 6:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Enterprise Storage 6:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-ESPOS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise High Performance Computing 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP2:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Module for Python 2 15 SP2:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-BCL:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15 SP1-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server 15-LTSS:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Proxy 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Retail Branch Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python2-Jinja2-2.10.1-3.10.2.noarch",
"SUSE Manager Server 4.0:python3-Jinja2-2.10.1-3.10.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2021-02-26T19:02:22Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
msrc_cve-2020-28493
Vulnerability from csaf_microsoft
Notes
{
"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-2020-28493 Regular Expression Denial of Service (ReDoS) - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2020-28493.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": "Regular Expression Denial of Service (ReDoS)",
"tracking": {
"current_release_date": "2025-04-19T00:00:00.000Z",
"generator": {
"date": "2025-10-19T21:43:39.686Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2020-28493",
"initial_release_date": "2021-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2022-06-09T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-04-19T00:00:00.000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added nodejs to Azure Linux 3.0\nAdded python-jinja2 to CBL-Mariner 1.0"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "1.0",
"product": {
"name": "CBL Mariner 1.0",
"product_id": "16820"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 nodejs 20.14.0-8",
"product": {
"name": "\u003cazl3 nodejs 20.14.0-8",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 nodejs 20.14.0-8",
"product": {
"name": "azl3 nodejs 20.14.0-8",
"product_id": "19608"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 nodejs 20.14.0-1",
"product": {
"name": "\u003cazl3 nodejs 20.14.0-1",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 nodejs 20.14.0-1",
"product": {
"name": "azl3 nodejs 20.14.0-1",
"product_id": "16990"
}
}
],
"category": "product_name",
"name": "nodejs"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccm1 python-jinja2 2.11.3-1",
"product": {
"name": "\u003ccm1 python-jinja2 2.11.3-1",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cm1 python-jinja2 2.11.3-1",
"product": {
"name": "cm1 python-jinja2 2.11.3-1",
"product_id": "19095"
}
}
],
"category": "product_name",
"name": "python-jinja2"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 nodejs 20.14.0-8 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 nodejs 20.14.0-8 as a component of Azure Linux 3.0",
"product_id": "19608-17084"
},
"product_reference": "19608",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccm1 python-jinja2 2.11.3-1 as a component of CBL Mariner 1.0",
"product_id": "16820-2"
},
"product_reference": "2",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cm1 python-jinja2 2.11.3-1 as a component of CBL Mariner 1.0",
"product_id": "19095-16820"
},
"product_reference": "19095",
"relates_to_product_reference": "16820"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 nodejs 20.14.0-1 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nodejs 20.14.0-1 as a component of Azure Linux 3.0",
"product_id": "16990-17084"
},
"product_reference": "16990",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28493",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "general",
"text": "snyk",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19608-17084",
"19095-16820",
"16990-17084"
],
"known_affected": [
"17084-1",
"16820-2",
"17084-3"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2020-28493 Regular Expression Denial of Service (ReDoS) - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2021/msrc_cve-2020-28493.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2022-06-09T00:00:00.000Z",
"details": "20.14.0-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-1",
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2022-06-09T00:00:00.000Z",
"details": "2.11.3-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"16820-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 5.3,
"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": [
"17084-1",
"16820-2",
"17084-3"
]
}
],
"title": "Regular Expression Denial of Service (ReDoS)"
}
]
}
CERTFR-2024-AVI-0297
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Juniper. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
- Cloud Native Router versions antérieures à 23.4
- cRPD versions antérieures à 23.4R1
- Paragon Active Assurance versions antérieures à 4.2.1
- Paragon Active Assurance versions antérieures à 4.3.0
- Junos OS gamme EX4300 versions antérieures à 20.4R3-S10, 21.2R3-S7 et 21.4R3-S6
- Junos OS gammes QFX5000 Series, EX4400 Series, EX4100 Series et EX4650 Series versions antérieures à 20.4R3-S8, 21.2R3-S6, 21.3R3-S5, 21.4R3-S4, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1
- Junos OS gammes SRX Branch Series versions antérieures à 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S3, 22.1R3-S2, 22.2R2-S2, 22.2R3, 22.3R2-S1, 22.3R3, 22.4R1-S2, 22.4R2 et 23.2R1
- Junos OS gammes MX Series avec SPC3 et MS-MPC versions antérieures à 21.2R3-S6, 21.3R3-S5, 21.4R3-S5, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1
- Junos OS gamme SRX 5000 Series avec SPC2 versions antérieures à 21.2R3-S7, 21.4, 22.1, 22.2, 22.3, 22.4 et 23.2
- Junos OS gammes MX Series versions antérieures à 20.4R3-S5, 21.1, 21.2R3-S1, 21.3, 21.4R3, 22.1R2, 22.2R2 et 22.3
- Junos OS gamme EX9200-15C versions antérieures à 21.2R3-S1, 21.4R3, 22.1R2 et 22.2R2
- Junos OS gammes SRX4600 versions antérieures à 21.2R3-S7, 21.4R3-S6, 22.1R3-S5, 22.2R3-S3, 22.3R3-S2, 22.4R3, 23.2R1-S2, 23.2R2 et 23.4R1
- Junos OS gammes ACX5448 et ACX710 versions antérieures à 20.4R3-S9, 21.2R3-S5, 21.3R3-S5, 21.4R3-S4, 22.1R3-S2, 22.2R3-S2, 22.3R2-S2, 22.3R3, 22.4R2 et 23.2R1
- Junos OS versions antérieures à 20.4R3-S9, 21.1R3, 21.2R3-S7, 21.3R3-S5, 21.4R3-S5, 22.1R3-S4, 22.2R3-S2, 22.3R3-S2, 22.4R3 et 23.4R2
-
Junos OS Evolved versions antérieures à 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.3R3-S5-EVO, 21.4R3-S6-EVO, 22.1R3-S4-EVO, 22.2R3-S2-EVO, 22.3R3-S2-EVO, 22.4R3-EVO, 23.2R2-EVO et 23.4R1-EVO
| Vendor | Product | Description |
|---|
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [],
"affected_systems_content": "\u003cul\u003e \u003cli\u003eCloud Native Router versions ant\u00e9rieures \u00e0 23.4\u003c/li\u003e \u003cli\u003ecRPD versions ant\u00e9rieures \u00e0 23.4R1\u003c/li\u003e \u003cli\u003eParagon Active Assurance versions ant\u00e9rieures \u00e0 4.2.1\u003c/li\u003e \u003cli\u003eParagon Active Assurance versions ant\u00e9rieures \u00e0 4.3.0\u003c/li\u003e \u003cli\u003eJunos OS gamme EX4300 versions ant\u00e9rieures \u00e0 20.4R3-S10, 21.2R3-S7 et 21.4R3-S6\u003c/li\u003e \u003cli\u003eJunos OS gammes QFX5000 Series, EX4400 Series, EX4100 Series et EX4650 Series versions ant\u00e9rieures \u00e0 20.4R3-S8, 21.2R3-S6, 21.3R3-S5, 21.4R3-S4, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gammes SRX Branch Series versions ant\u00e9rieures \u00e0 21.1R3-S5, 21.2R3-S5, 21.3R3-S4, 21.4R3-S3, 22.1R3-S2, 22.2R2-S2, 22.2R3, 22.3R2-S1, 22.3R3, 22.4R1-S2, 22.4R2 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gammes MX Series avec SPC3 et MS-MPC versions ant\u00e9rieures \u00e0 21.2R3-S6, 21.3R3-S5, 21.4R3-S5, 22.1R3-S3, 22.2R3-S1, 22.3R2-S2, 22.3R3, 22.4R2-S1, 22.4R3 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS gamme SRX 5000 Series avec SPC2 versions ant\u00e9rieures \u00e0 21.2R3-S7, 21.4, 22.1, 22.2, 22.3, 22.4 et 23.2\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0MX Series versions ant\u00e9rieures \u00e0 20.4R3-S5, 21.1, 21.2R3-S1, 21.3, 21.4R3, 22.1R2, 22.2R2 et 22.3\u003c/li\u003e \u003cli\u003eJunos OS gamme EX9200-15C versions ant\u00e9rieures \u00e0 21.2R3-S1, 21.4R3, 22.1R2 et 22.2R2\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0SRX4600 versions ant\u00e9rieures \u00e0 21.2R3-S7,\u00a021.4R3-S6,\u00a022.1R3-S5,\u00a022.2R3-S3,\u00a022.3R3-S2,\u00a022.4R3,\u00a023.2R1-S2, 23.2R2 et 23.4R1\u003c/li\u003e \u003cli\u003eJunos OS gammes\u00a0ACX5448 et ACX710 versions ant\u00e9rieures \u00e0 20.4R3-S9, 21.2R3-S5, 21.3R3-S5, 21.4R3-S4, 22.1R3-S2, 22.2R3-S2, 22.3R2-S2, 22.3R3, 22.4R2 et 23.2R1\u003c/li\u003e \u003cli\u003eJunos OS versions ant\u00e9rieures \u00e0 20.4R3-S9, 21.1R3, 21.2R3-S7, 21.3R3-S5, 21.4R3-S5, 22.1R3-S4, 22.2R3-S2, 22.3R3-S2, 22.4R3 et 23.4R2\u003c/li\u003e \u003cli\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cp\u003eJunos OS Evolved versions ant\u00e9rieures \u00e0 20.4R3-S9-EVO, 21.2R3-S7-EVO, 21.3R3-S5-EVO, 21.4R3-S6-EVO, 22.1R3-S4-EVO, 22.2R3-S2-EVO, 22.3R3-S2-EVO, 22.4R3-EVO, 23.2R2-EVO et 23.4R1-EVO\u003c/p\u003e \u003c/div\u003e \u003c/div\u003e \u003c/li\u003e \u003c/ul\u003e ",
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2024-30381",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30381"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2020-1747",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1747"
},
{
"name": "CVE-2024-30401",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30401"
},
{
"name": "CVE-2021-28831",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28831"
},
{
"name": "CVE-2024-30409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30409"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2020-14343",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14343"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2023-39975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39975"
},
{
"name": "CVE-2024-30410",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30410"
},
{
"name": "CVE-2018-7738",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2020-8285",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8285"
},
{
"name": "CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"name": "CVE-2024-30380",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30380"
},
{
"name": "CVE-2023-41913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41913"
},
{
"name": "CVE-2024-30392",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30392"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2021-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23240"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2011-1676",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1676"
},
{
"name": "CVE-2020-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8037"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2020-19190",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19190"
},
{
"name": "CVE-2024-30391",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30391"
},
{
"name": "CVE-2020-8286",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8286"
},
{
"name": "CVE-2023-2253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2253"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-30389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30389"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2023-3592",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3592"
},
{
"name": "CVE-2020-19187",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19187"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2019-9923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9923"
},
{
"name": "CVE-2021-39534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39534"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-30398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30398"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2018-1000120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000120"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2019-17041",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17041"
},
{
"name": "CVE-2020-19188",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19188"
},
{
"name": "CVE-2020-19186",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19186"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"name": "CVE-2021-39531",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39531"
},
{
"name": "CVE-2020-8284",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8284"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2011-1675",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1675"
},
{
"name": "CVE-2023-28366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28366"
},
{
"name": "CVE-2024-30378",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30378"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2021-34434",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34434"
},
{
"name": "CVE-2016-10009",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10009"
},
{
"name": "CVE-2023-1428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1428"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2024-30402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30402"
},
{
"name": "CVE-2018-1000215",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000215"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2019-17042",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17042"
},
{
"name": "CVE-2024-30403",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30403"
},
{
"name": "CVE-2021-36159",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36159"
},
{
"name": "CVE-2018-1000654",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000654"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2021-30139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30139"
},
{
"name": "CVE-2024-30384",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30384"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2024-30387",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30387"
},
{
"name": "CVE-2017-18018",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18018"
},
{
"name": "CVE-2024-30406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30406"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2023-32732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32732"
},
{
"name": "CVE-2024-30394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30394"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-30407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30407"
},
{
"name": "CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"name": "CVE-2023-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4785"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2023-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38408"
},
{
"name": "CVE-2020-27350",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27350"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2021-39533",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39533"
},
{
"name": "CVE-2024-30390",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30390"
},
{
"name": "CVE-2020-19185",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19185"
},
{
"name": "CVE-2023-0809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0809"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2020-19189",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-19189"
},
{
"name": "CVE-2023-32731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32731"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2024-30388",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30388"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2024-30386",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30386"
},
{
"name": "CVE-2021-33560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33560"
},
{
"name": "CVE-2011-1677",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1677"
},
{
"name": "CVE-2018-20225",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20225"
},
{
"name": "CVE-2020-28928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28928"
},
{
"name": "CVE-2021-41039",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41039"
},
{
"name": "CVE-2024-30382",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30382"
},
{
"name": "CVE-2018-20482",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20482"
},
{
"name": "CVE-2021-40528",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40528"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"name": "CVE-2018-1000122",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000122"
},
{
"name": "CVE-2011-1089",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-1089"
},
{
"name": "CVE-2024-30405",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30405"
},
{
"name": "CVE-2024-30397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30397"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2024-30395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30395"
}
],
"initial_release_date": "2024-04-11T00:00:00",
"last_revision_date": "2024-04-11T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0297",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Juniper. Certaines\nd\u0027entre elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de\ns\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur, une ex\u00e9cution de code arbitraire \u00e0\ndistance et un d\u00e9ni de service \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Juniper",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79102 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-libslax-Multiple-vulnerabilities-in-libslax-resolved?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79106 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Juniper-Cloud-Native-Router-Multiple-vulnerabilities-resolved-in-23-4-release?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79181 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-When-MAC-learning-happens-and-an-interface-gets-flapped-the-PFE-crashes-CVE-2024-30403?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79186 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-If-a-specific-CLI-command-is-issued-PFE-crashes-will-occur-CVE-2024-30384?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79089 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-QFX5000-Series-and-EX-Series-Specific-malformed-LACP-packets-will-cause-flaps-CVE-2024-30388?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79173 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Paragon-Active-Assurance-probe-serviced-exposes-internal-objects-to-local-users-CVE-2024-30381?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79104 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-ACX-Series-with-Paragon-Active-Assurance-Test-Agent-A-local-high-privileged-attacker-can-recover-other-administrators-credentials-CVE-2024-30406?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79094 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-A-specific-EVPN-type-5-route-causes-rpd-crash-CVE-2024-30394?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79183 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-Evolved-Connection-limits-is-not-being-enforced-while-the-resp-rate-limit-is-being-enforced-CVE-2024-30390?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79176 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-SRX4600-Series-A-high-amount-of-specific-traffic-causes-packet-drops-and-an-eventual-PFE-crash-CVE-2024-30398?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79179 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-An-invalid-certificate-causes-a-Denial-of-Service-in-the-Internet-Key-Exchange-IKE-process-CVE-2024-30397?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79187 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-ACX5448-ACX710-Due-to-the-interface-flaps-the-PFE-process-can-crash-CVE-2024-30387?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79109 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-bbe-smgd-process-crash-upon-execution-of-specific-CLI-commands-CVE-2024-30378?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79171 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-l2cpd-crash-upon-receipt-of-a-specific-TLV-CVE-2024-30380?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79188 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-with-SPC3-and-SRX-Series-When-IPsec-authentication-is-configured-with-hmac-sha-384-and-hmac-sha-512-no-authentication-of-traffic-is-performed-CVE-2024-30391?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79099 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Higher-CPU-consumption-on-routing-engine-leads-to-Denial-of-Service-DoS-CVE-2024-30409?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79184 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-In-a-EVPN-VXLAN-scenario-state-changes-on-adjacent-systems-can-cause-an-l2ald-process-crash-CVE-2024-30386?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79110 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-and-EX9200-15C-Stack-based-buffer-overflow-in-aftman-CVE-2024-30401?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79174 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Junos-OS-and-Junos-OS-Evolved-RPD-crash-when-CoS-based-forwarding-CBF-policy-is-configured-CVE-2024-30382?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79095 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-A-malformed-BGP-tunnel-encapsulation-attribute-will-lead-to-an-rpd-crash-CVE-2024-30395?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79100 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-Loopback-filter-not-blocking-traffic-despite-having-discard-term-CVE-2024-30410?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79107 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-cRPD-Multiple-vulnerabilities-resolved-in-23-4R1-release?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79092 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-MX-Series-with-SPC3-and-MS-MPC-MIC-When-URL-filtering-is-enabled-and-a-specific-URL-request-is-received-a-flowd-crash-occurs-CVE-2024-30392?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79185 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-EX4300-Series-Firewall-filter-not-blocking-egress-traffic-CVE-2024-30389?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79108 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-Multiple-cURL-vulnerabilities-resolved?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79091 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-SRX-Branch-Series-When-DNS-proxy-is-configured-and-specific-DNS-queries-are-received-resolver-s-performance-is-degraded-CVE-2022-2795?language=en_US"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Juniper JSA79180 du 10 avril 2024",
"url": "https://supportportal.juniper.net/s/article/2024-04-Security-Bulletin-Junos-OS-and-Junos-OS-Evolved-The-l2ald-crashes-on-receiving-telemetry-messages-from-a-specific-subscription-CVE-2024-30402?language=en_US"
}
]
}
CERTFR-2024-AVI-0585
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu | VMware Tanzu Application Service for VMs versions 2.11.x antérieures à 2.11.55, versions 2.13.x antérieures à 2.13.37, versions 4.x LTS antérieures à 4.0.20+LTS-T, versions 5.x antérieures à 5.0.10 | ||
| VMware | Tanzu | CF Deployment versions antérieures à 30.0.0 | ||
| VMware | Tanzu | Operations Manager versions 2.x antérieures à 2.10.71, versions 3.x LTS antérieures à 3.0.25+LTS-T | ||
| VMware | Tanzu | Cflinuxfs4 versions antérieures à 1.83.0 | ||
| VMware | Tanzu | Cflinuxfs3 versions antérieures à 0.388.0 | ||
| VMware | Tanzu | Isolation Segment versions 2.11.x antérieures à 2.11.49, versions 2.13.x antérieures à 2.13.34, versions 4.x LTS antérieures à 4.0.20+LTS-T, versions 5.x antérieures à 5.0.10 | ||
| VMware | Tanzu | Tanzu Greenplum for Kubernetes versions antérieures à 2.0.0 | ||
| VMware | Tanzu | Platform Automation Toolkit versions 4.0.x antérieures à 4.0.13, versions 4.1.x antérieures à 4.1.13, versions 4.2.x antérieures à 4.2.8, versions 4.3.x antérieures à 4.3.5, versions 4.4.x antérieures à 4.4.32, versions 5.0.x antérieures à 5.0.25, versions 5.1.x antérieures à 5.1.2 | ||
| VMware | Tanzu | Xenial Stemcell versions antérieures à 621.897 | ||
| VMware | Tanzu | Jammy Stemcells versions antérieures à 1.486 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "VMware Tanzu Application Service for VMs versions 2.11.x ant\u00e9rieures \u00e0 2.11.55, versions 2.13.x ant\u00e9rieures \u00e0 2.13.37, versions 4.x LTS ant\u00e9rieures \u00e0 4.0.20+LTS-T, versions 5.x ant\u00e9rieures \u00e0 5.0.10",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CF Deployment versions ant\u00e9rieures \u00e0 30.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Operations Manager versions 2.x ant\u00e9rieures \u00e0 2.10.71, versions 3.x LTS ant\u00e9rieures \u00e0 3.0.25+LTS-T",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cflinuxfs4 versions ant\u00e9rieures \u00e0 1.83.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cflinuxfs3 versions ant\u00e9rieures \u00e0 0.388.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segment versions 2.11.x ant\u00e9rieures \u00e0 2.11.49, versions 2.13.x ant\u00e9rieures \u00e0 2.13.34, versions 4.x LTS ant\u00e9rieures \u00e0 4.0.20+LTS-T, versions 5.x ant\u00e9rieures \u00e0 5.0.10",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum for Kubernetes versions ant\u00e9rieures \u00e0 2.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions 4.0.x ant\u00e9rieures \u00e0 4.0.13, versions 4.1.x ant\u00e9rieures \u00e0 4.1.13, versions 4.2.x ant\u00e9rieures \u00e0 4.2.8, versions 4.3.x ant\u00e9rieures \u00e0 4.3.5, versions 4.4.x ant\u00e9rieures \u00e0 4.4.32, versions 5.0.x ant\u00e9rieures \u00e0 5.0.25, versions 5.1.x ant\u00e9rieures \u00e0 5.1.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Xenial Stemcell versions ant\u00e9rieures \u00e0 621.897",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Jammy Stemcells versions ant\u00e9rieures \u00e0 1.486",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-2000",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2000"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-28531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28531"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2022-1886",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1886"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-2042",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2042"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2022-48624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48624"
},
{
"name": "CVE-2023-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2953"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-41617",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41617"
},
{
"name": "CVE-2023-39804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39804"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
}
],
"initial_release_date": "2024-07-16T00:00:00",
"last_revision_date": "2024-07-16T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0585",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-07-16T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24654",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24654"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24671",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24671"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24679",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24679"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24670",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24670"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24653",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24653"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24665",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24665"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24667",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24667"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24664",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24664"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24661",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24661"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24669",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24669"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24663",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24663"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24655",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24655"
},
{
"published_at": "2024-07-12",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24652",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24652"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24656",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24656"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24668",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24668"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24674",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24674"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24681",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24681"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24675",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24675"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24673",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24673"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24666",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24666"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24662",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24662"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24680",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24680"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24676",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24676"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24672",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24672"
},
{
"published_at": "2024-07-15",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 24657",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/24657"
}
]
}
CERTFR-2022-AVI-831
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar | IBM Security QRadar Network Threat Analytics versions antérieures à 1.1.0 | ||
| IBM | Sterling Control Center | IBM Sterling Control Center versions antérieures à 6.2.1.0 iFix08 Fix Central | ||
| IBM | Spectrum | IBM Spectrum Copy Data Management versions 2.2.x antérieures à 2.2.17 | ||
| IBM | Spectrum | IBM Spectrum Protect Plus versions 10.1.x antérieures à 10.1.12 |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Security QRadar Network Threat Analytics versions ant\u00e9rieures \u00e0 1.1.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Sterling Control Center versions ant\u00e9rieures \u00e0 6.2.1.0 iFix08 Fix Central",
"product": {
"name": "Sterling Control Center",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Copy Data Management versions 2.2.x ant\u00e9rieures \u00e0 2.2.17",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Spectrum Protect Plus versions 10.1.x ant\u00e9rieures \u00e0 10.1.12",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2022-32213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32213"
},
{
"name": "CVE-2022-33980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33980"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2020-29651",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29651"
},
{
"name": "CVE-2022-33987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33987"
},
{
"name": "CVE-2021-22947",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22947"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2022-32222",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32222"
},
{
"name": "CVE-2021-22946",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22946"
},
{
"name": "CVE-2022-32212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32212"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2022-32215",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32215"
},
{
"name": "CVE-2022-32214",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32214"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2022-32223",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32223"
}
],
"initial_release_date": "2022-09-19T00:00:00",
"last_revision_date": "2022-09-19T00:00:00",
"links": [],
"reference": "CERTFR-2022-AVI-831",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2022-09-19T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM.\nCertaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une\nex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance\net un contournement de la politique de s\u00e9curit\u00e9.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6619919 du 17 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6619919"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6618759 du 16 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6618759"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6620211 du 17 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6620211"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6618757 du 16 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6618757"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6620213 du 16 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6620213"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 6620939 du 16 septembre 2022",
"url": "https://www.ibm.com/support/pages/node/6620939"
}
]
}
CERTFR-2025-AVI-0546
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | WebSphere | WebSphere Application Server versions 8.5.x sans les derniers correctifs de sécurité | ||
| IBM | WebSphere Service Registry and Repository | WebSphere Service Registry and Repository sans les derniers correctifs de sécurité | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web services versions 6.4.x antérieures à 6.4.0.3 | ||
| IBM | WebSphere | WebSphere Application Server versions 9.0.x sans les derniers correctifs de sécurité | ||
| IBM | Sterling Connect:Direct | Sterling Connect:Direct Web services versions 6.3.x antérieures à 6.3.0.14 | ||
| IBM | Spectrum | Spectrum Protect Plus versions 10.1.x antérieures à 10.1.17.1 | ||
| IBM | QRadar | QRadar Hub versions antérieures à 3.8.3 | ||
| IBM | AIX | AIX versions 7.3.x sans les derniers correctif de sécurité | ||
| IBM | Db2 | DB2 Data Management Console pour CPD versions antérieures à 4.8.7 | ||
| IBM | QRadar Deployment Intelligence App | QRadar Deployment Intelligence App versions antérieures à 3.0.17 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "WebSphere Application Server versions 8.5.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Service Registry and Repository sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere Service Registry and Repository",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web services versions 6.4.x ant\u00e9rieures \u00e0 6.4.0.3",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server versions 9.0.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Connect:Direct Web services versions 6.3.x ant\u00e9rieures \u00e0 6.3.0.14",
"product": {
"name": "Sterling Connect:Direct",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Spectrum Protect Plus versions 10.1.x ant\u00e9rieures \u00e0 10.1.17.1",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Hub versions ant\u00e9rieures \u00e0 3.8.3",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "AIX versions 7.3.x sans les derniers correctif de s\u00e9curit\u00e9",
"product": {
"name": "AIX",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Data Management Console pour CPD versions ant\u00e9rieures \u00e0 4.8.7",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Deployment Intelligence App versions ant\u00e9rieures \u00e0 3.0.17",
"product": {
"name": "QRadar Deployment Intelligence App",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2024-34069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34069"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-29651",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29651"
},
{
"name": "CVE-2024-45590",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45590"
},
{
"name": "CVE-2024-8305",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8305"
},
{
"name": "CVE-2023-1409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1409"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-7553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7553"
},
{
"name": "CVE-2024-36124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36124"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2024-8207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8207"
},
{
"name": "CVE-2024-3372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3372"
},
{
"name": "CVE-2025-33214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33214"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-46136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46136"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2019-20916",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20916"
},
{
"name": "CVE-2020-7789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-7789"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-1077",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1077"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2022-42969",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42969"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2024-56334",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56334"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2024-6375",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6375"
},
{
"name": "CVE-2025-36038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36038"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
}
],
"initial_release_date": "2025-06-27T00:00:00",
"last_revision_date": "2025-06-27T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0546",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-27T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238297",
"url": "https://www.ibm.com/support/pages/node/7238297"
},
{
"published_at": "2025-06-23",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7237702",
"url": "https://www.ibm.com/support/pages/node/7237702"
},
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7237967",
"url": "https://www.ibm.com/support/pages/node/7237967"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238168",
"url": "https://www.ibm.com/support/pages/node/7238168"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238156",
"url": "https://www.ibm.com/support/pages/node/7238156"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238155",
"url": "https://www.ibm.com/support/pages/node/7238155"
},
{
"published_at": "2025-06-27",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238295",
"url": "https://www.ibm.com/support/pages/node/7238295"
},
{
"published_at": "2025-06-26",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7238159",
"url": "https://www.ibm.com/support/pages/node/7238159"
}
]
}
CERTFR-2024-AVI-0366
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Cloud Pak | IBM Cloud Pak for Security versions 1.10.x.x antérieures à 1.10.21.0 | ||
| IBM | QRadar Suite Software | QRadar Suite Software versions 1.10.x.x antérieures à 1.10.21.0 | ||
| IBM | QRadar Assistant | QRadar Assistant versions antérieures à 3.7.0 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 12.0.x antérieures à 12.0.3 | ||
| IBM | QRadar SIEM | QRadar SIEM sur Azure Marketplace versions antérieures à 7.3.x postérieures à 7.3.3 et antérieures à 7.5.0 avec le paquet OMI installé | ||
| IBM | WebSphere | WebSphere eXtreme Scale versions 8.6.1.x antérieures à 8.6.1.6 sans le correctif de sécurité PH61029 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x FP2 antérieures à 11.2.4 FP3 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud Pak for Security versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.21.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.10.x.x ant\u00e9rieures \u00e0 1.10.21.0",
"product": {
"name": "QRadar Suite Software",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Assistant versions ant\u00e9rieures \u00e0 3.7.0",
"product": {
"name": "QRadar Assistant",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 12.0.x ant\u00e9rieures \u00e0 12.0.3",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM sur Azure Marketplace versions ant\u00e9rieures \u00e0 7.3.x post\u00e9rieures \u00e0 7.3.3 et ant\u00e9rieures \u00e0 7.5.0 avec le paquet OMI install\u00e9",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere eXtreme Scale versions 8.6.1.x ant\u00e9rieures \u00e0 8.6.1.6 sans le correctif de s\u00e9curit\u00e9 PH61029",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.2.x FP2 ant\u00e9rieures \u00e0 11.2.4 FP3",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2022-31116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31116"
},
{
"name": "CVE-2023-28841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28841"
},
{
"name": "CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"name": "CVE-2023-28840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28840"
},
{
"name": "CVE-2023-45857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45857"
},
{
"name": "CVE-2021-30465",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-30465"
},
{
"name": "CVE-2022-29162",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29162"
},
{
"name": "CVE-2022-31117",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31117"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2023-27561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27561"
},
{
"name": "CVE-2024-28102",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28102"
},
{
"name": "CVE-2019-14322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14322"
},
{
"name": "CVE-2023-44270",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44270"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2019-1010083",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010083"
},
{
"name": "CVE-2018-18074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18074"
},
{
"name": "CVE-2022-23541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23541"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-5072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5072"
},
{
"name": "CVE-2024-21503",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21503"
},
{
"name": "CVE-2022-23540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23540"
},
{
"name": "CVE-2024-1135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1135"
},
{
"name": "CVE-2024-21501",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21501"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2021-43784",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43784"
},
{
"name": "CVE-2023-28842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28842"
},
{
"name": "CVE-2024-29131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
},
{
"name": "CVE-2024-21334",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21334"
},
{
"name": "CVE-2023-25809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25809"
},
{
"name": "CVE-2016-10745",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10745"
},
{
"name": "CVE-2023-46136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46136"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2023-44981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44981"
},
{
"name": "CVE-2024-27088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27088"
},
{
"name": "CVE-2022-23539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23539"
},
{
"name": "CVE-2018-1000656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000656"
},
{
"name": "CVE-2024-25047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25047"
},
{
"name": "CVE-2021-28363",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28363"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2015-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-3627"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-28642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28642"
},
{
"name": "CVE-2016-10516",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10516"
},
{
"name": "CVE-2020-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25032"
},
{
"name": "CVE-2021-45958",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45958"
},
{
"name": "CVE-2023-30861",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30861"
},
{
"name": "CVE-2021-43565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43565"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2023-26159",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26159"
},
{
"name": "CVE-2024-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24758"
}
],
"initial_release_date": "2024-05-03T00:00:00",
"last_revision_date": "2024-05-03T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0366",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-05-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0\ndistance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7149736 du 29 avril 2024",
"url": "https://www.ibm.com/support/pages/node/7149736"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7150045 du 01 mai 2024",
"url": "https://www.ibm.com/support/pages/node/7150045"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7149967 du 01 mai 2024",
"url": "https://www.ibm.com/support/pages/node/7149967"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7149874 du 01 mai 2024",
"url": "https://www.ibm.com/support/pages/node/7149874"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7150150 du 03 mai 2024",
"url": "https://www.ibm.com/support/pages/node/7150150"
}
]
}
CERTFR-2024-AVI-0262
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une atteinte à la confidentialité des données et une injection de code indirecte à distance (XSS).
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Spectrum | IBM Spectrum Protect Server versions 8.1.x antérieures à 8.1.22 | ||
| IBM | QRadar SIEM | IBM QRadar SIEM versions 7.5.x antérieures à 7.5.0 UP8 |
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Spectrum Protect Server versions 8.1.x ant\u00e9rieures \u00e0 8.1.22",
"product": {
"name": "Spectrum",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP8",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-48564",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48564"
},
{
"name": "CVE-2022-36760",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36760"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2021-28957",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28957"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2020-10683",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10683"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2022-25647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25647"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-48565",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48565"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2023-50961",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50961"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2023-42753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42753"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2019-1547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1547"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2018-17196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17196"
},
{
"name": "CVE-2023-3961",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3961"
},
{
"name": "CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"name": "CVE-2020-1968",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1968"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-42503",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42503"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2023-34966",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34966"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2022-26377",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26377"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2019-1551",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1551"
},
{
"name": "CVE-2023-50960",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50960"
},
{
"name": "CVE-2020-28493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28493"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2020-27783",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27783"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2021-43818",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43818"
},
{
"name": "CVE-2018-1000632",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000632"
}
],
"initial_release_date": "2024-03-29T00:00:00",
"last_revision_date": "2024-03-29T00:00:00",
"links": [],
"reference": "CERTFR-2024-AVI-0262",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-03-29T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits IBM\u003c/span\u003e. Certaines d\u0027entre elles\npermettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire\n\u00e0 distance, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une\ninjection de code indirecte \u00e0 distance (XSS).\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7145367 du 27 mars 2024",
"url": "https://www.ibm.com/support/pages/node/7145367"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7144911 du 25 mars 2024",
"url": "https://www.ibm.com/support/pages/node/7144911"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7145265 du 26 mars 2024",
"url": "https://www.ibm.com/support/pages/node/7145265"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7145262 du 26 mars 2024",
"url": "https://www.ibm.com/support/pages/node/7145262"
}
]
}
fkie_cve-2020-28493
Vulnerability from fkie_nvd
5.3 (Medium) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
| URL | Tags | ||
|---|---|---|---|
| report@snyk.io | https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20 | Broken Link | |
| report@snyk.io | https://github.com/pallets/jinja/pull/1343 | Patch, Third Party Advisory | |
| report@snyk.io | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/ | ||
| report@snyk.io | https://security.gentoo.org/glsa/202107-19 | Third Party Advisory | |
| report@snyk.io | https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994 | Exploit, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20 | Broken Link | |
| af854a3a-2127-422b-91ae-364da2661108 | https://github.com/pallets/jinja/pull/1343 | Patch, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202107-19 | Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994 | Exploit, Third Party Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| palletsprojects | jinja | * | |
| fedoraproject | fedora | 33 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*",
"matchCriteriaId": "B4C4464D-515B-4608-96F0-D7282C5AA582",
"versionEndExcluding": "2.11.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*",
"matchCriteriaId": "E460AA51-FCDA-46B9-AE97-E6676AA5E194",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory."
},
{
"lang": "es",
"value": "Esto afecta al paquete jinja2 desde versiones 0.0.0 y anteriores a 2.11.3. La vulnerabilidad ReDoS se debe principalmente al operador `_punctuation_re regex` y su uso de m\u00faltiples comodines. El \u00faltimo comod\u00edn es el m\u00e1s explotable, ya que busca la puntuaci\u00f3n final. Este problema puede ser mitigado con Markdown para formatear el contenido del usuario en lugar del filtro urlize, o implementando tiempos de espera de las peticiones y limitando la memoria del proceso"
}
],
"id": "CVE-2020-28493",
"lastModified": "2024-11-21T05:22:54.013",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "MEDIUM",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "report@snyk.io",
"type": "Secondary"
},
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2021-02-01T20:15:12.517",
"references": [
{
"source": "report@snyk.io",
"tags": [
"Broken Link"
],
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"source": "report@snyk.io",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"source": "report@snyk.io",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"source": "report@snyk.io",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202107-19"
},
{
"source": "report@snyk.io",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Broken Link"
],
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202107-19"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
}
],
"sourceIdentifier": "report@snyk.io",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
opensuse-su-2024:13930-1
Vulnerability from csaf_opensuse
Notes
{
"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-Jinja2-3.1.4-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python310-Jinja2-3.1.4-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13930",
"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_13930-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-0012 page",
"url": "https://www.suse.com/security/cve/CVE-2014-0012/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-10745 page",
"url": "https://www.suse.com/security/cve/CVE-2016-10745/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-10906 page",
"url": "https://www.suse.com/security/cve/CVE-2019-10906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-34064 page",
"url": "https://www.suse.com/security/cve/CVE-2024-34064/"
}
],
"title": "python310-Jinja2-3.1.4-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13930-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-Jinja2-3.1.4-1.1.aarch64",
"product": {
"name": "python310-Jinja2-3.1.4-1.1.aarch64",
"product_id": "python310-Jinja2-3.1.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-1.1.aarch64",
"product": {
"name": "python311-Jinja2-3.1.4-1.1.aarch64",
"product_id": "python311-Jinja2-3.1.4-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-Jinja2-3.1.4-1.1.aarch64",
"product": {
"name": "python312-Jinja2-3.1.4-1.1.aarch64",
"product_id": "python312-Jinja2-3.1.4-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-Jinja2-3.1.4-1.1.ppc64le",
"product": {
"name": "python310-Jinja2-3.1.4-1.1.ppc64le",
"product_id": "python310-Jinja2-3.1.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-1.1.ppc64le",
"product": {
"name": "python311-Jinja2-3.1.4-1.1.ppc64le",
"product_id": "python311-Jinja2-3.1.4-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-Jinja2-3.1.4-1.1.ppc64le",
"product": {
"name": "python312-Jinja2-3.1.4-1.1.ppc64le",
"product_id": "python312-Jinja2-3.1.4-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-Jinja2-3.1.4-1.1.s390x",
"product": {
"name": "python310-Jinja2-3.1.4-1.1.s390x",
"product_id": "python310-Jinja2-3.1.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-1.1.s390x",
"product": {
"name": "python311-Jinja2-3.1.4-1.1.s390x",
"product_id": "python311-Jinja2-3.1.4-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-Jinja2-3.1.4-1.1.s390x",
"product": {
"name": "python312-Jinja2-3.1.4-1.1.s390x",
"product_id": "python312-Jinja2-3.1.4-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-Jinja2-3.1.4-1.1.x86_64",
"product": {
"name": "python310-Jinja2-3.1.4-1.1.x86_64",
"product_id": "python310-Jinja2-3.1.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-1.1.x86_64",
"product": {
"name": "python311-Jinja2-3.1.4-1.1.x86_64",
"product_id": "python311-Jinja2-3.1.4-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-Jinja2-3.1.4-1.1.x86_64",
"product": {
"name": "python312-Jinja2-3.1.4-1.1.x86_64",
"product_id": "python312-Jinja2-3.1.4-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-Jinja2-3.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64"
},
"product_reference": "python310-Jinja2-3.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-Jinja2-3.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le"
},
"product_reference": "python310-Jinja2-3.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-Jinja2-3.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x"
},
"product_reference": "python310-Jinja2-3.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-Jinja2-3.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64"
},
"product_reference": "python310-Jinja2-3.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Jinja2-3.1.4-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64"
},
"product_reference": "python312-Jinja2-3.1.4-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Jinja2-3.1.4-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le"
},
"product_reference": "python312-Jinja2-3.1.4-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Jinja2-3.1.4-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x"
},
"product_reference": "python312-Jinja2-3.1.4-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-Jinja2-3.1.4-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
},
"product_reference": "python312-Jinja2-3.1.4-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-0012",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-0012"
}
],
"notes": [
{
"category": "general",
"text": "FileSystemBytecodeCache in Jinja2 2.7.2 does not properly create temporary directories, which allows local users to gain privileges by pre-creating a temporary directory with a user\u0027s uid. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1402.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-0012",
"url": "https://www.suse.com/security/cve/CVE-2014-0012"
},
{
"category": "external",
"summary": "SUSE Bug 858239 for CVE-2014-0012",
"url": "https://bugzilla.suse.com/858239"
}
],
"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-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-0012"
},
{
"cve": "CVE-2016-10745",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-10745"
}
],
"notes": [
{
"category": "general",
"text": "In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-10745",
"url": "https://www.suse.com/security/cve/CVE-2016-10745"
},
{
"category": "external",
"summary": "SUSE Bug 1132174 for CVE-2016-10745",
"url": "https://bugzilla.suse.com/1132174"
}
],
"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-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2016-10745"
},
{
"cve": "CVE-2019-10906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-10906"
}
],
"notes": [
{
"category": "general",
"text": "In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-10906",
"url": "https://www.suse.com/security/cve/CVE-2019-10906"
},
{
"category": "external",
"summary": "SUSE Bug 1132323 for CVE-2019-10906",
"url": "https://bugzilla.suse.com/1132323"
}
],
"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-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-10906"
},
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"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-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
},
{
"cve": "CVE-2024-34064",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-34064"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. The `xmlattr` filter in affected versions of Jinja 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 use this to inject other attributes and perform XSS. The fix for CVE-2024-22195 only addressed spaces but 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. This vulnerability is fixed in 3.1.4.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-34064",
"url": "https://www.suse.com/security/cve/CVE-2024-34064"
},
{
"category": "external",
"summary": "SUSE Bug 1223980 for CVE-2024-34064",
"url": "https://bugzilla.suse.com/1223980"
}
],
"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-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python310-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python311-Jinja2-3.1.4-1.1.x86_64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.aarch64",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.ppc64le",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.s390x",
"openSUSE Tumbleweed:python312-Jinja2-3.1.4-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-34064"
}
]
}
opensuse-su-2024:11208-1
Vulnerability from csaf_opensuse
Notes
{
"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": "python36-Jinja2-3.0.1-3.2 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python36-Jinja2-3.0.1-3.2 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-11208",
"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_11208-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-0012 page",
"url": "https://www.suse.com/security/cve/CVE-2014-0012/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-10745 page",
"url": "https://www.suse.com/security/cve/CVE-2016-10745/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-10906 page",
"url": "https://www.suse.com/security/cve/CVE-2019-10906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-28493 page",
"url": "https://www.suse.com/security/cve/CVE-2020-28493/"
}
],
"title": "python36-Jinja2-3.0.1-3.2 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:11208-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": "python36-Jinja2-3.0.1-3.2.aarch64",
"product": {
"name": "python36-Jinja2-3.0.1-3.2.aarch64",
"product_id": "python36-Jinja2-3.0.1-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python38-Jinja2-3.0.1-3.2.aarch64",
"product": {
"name": "python38-Jinja2-3.0.1-3.2.aarch64",
"product_id": "python38-Jinja2-3.0.1-3.2.aarch64"
}
},
{
"category": "product_version",
"name": "python39-Jinja2-3.0.1-3.2.aarch64",
"product": {
"name": "python39-Jinja2-3.0.1-3.2.aarch64",
"product_id": "python39-Jinja2-3.0.1-3.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-Jinja2-3.0.1-3.2.ppc64le",
"product": {
"name": "python36-Jinja2-3.0.1-3.2.ppc64le",
"product_id": "python36-Jinja2-3.0.1-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python38-Jinja2-3.0.1-3.2.ppc64le",
"product": {
"name": "python38-Jinja2-3.0.1-3.2.ppc64le",
"product_id": "python38-Jinja2-3.0.1-3.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-Jinja2-3.0.1-3.2.ppc64le",
"product": {
"name": "python39-Jinja2-3.0.1-3.2.ppc64le",
"product_id": "python39-Jinja2-3.0.1-3.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-Jinja2-3.0.1-3.2.s390x",
"product": {
"name": "python36-Jinja2-3.0.1-3.2.s390x",
"product_id": "python36-Jinja2-3.0.1-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python38-Jinja2-3.0.1-3.2.s390x",
"product": {
"name": "python38-Jinja2-3.0.1-3.2.s390x",
"product_id": "python38-Jinja2-3.0.1-3.2.s390x"
}
},
{
"category": "product_version",
"name": "python39-Jinja2-3.0.1-3.2.s390x",
"product": {
"name": "python39-Jinja2-3.0.1-3.2.s390x",
"product_id": "python39-Jinja2-3.0.1-3.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python36-Jinja2-3.0.1-3.2.x86_64",
"product": {
"name": "python36-Jinja2-3.0.1-3.2.x86_64",
"product_id": "python36-Jinja2-3.0.1-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python38-Jinja2-3.0.1-3.2.x86_64",
"product": {
"name": "python38-Jinja2-3.0.1-3.2.x86_64",
"product_id": "python38-Jinja2-3.0.1-3.2.x86_64"
}
},
{
"category": "product_version",
"name": "python39-Jinja2-3.0.1-3.2.x86_64",
"product": {
"name": "python39-Jinja2-3.0.1-3.2.x86_64",
"product_id": "python39-Jinja2-3.0.1-3.2.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": "python36-Jinja2-3.0.1-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64"
},
"product_reference": "python36-Jinja2-3.0.1-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-Jinja2-3.0.1-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le"
},
"product_reference": "python36-Jinja2-3.0.1-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-Jinja2-3.0.1-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x"
},
"product_reference": "python36-Jinja2-3.0.1-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-Jinja2-3.0.1-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64"
},
"product_reference": "python36-Jinja2-3.0.1-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Jinja2-3.0.1-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64"
},
"product_reference": "python38-Jinja2-3.0.1-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Jinja2-3.0.1-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le"
},
"product_reference": "python38-Jinja2-3.0.1-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Jinja2-3.0.1-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x"
},
"product_reference": "python38-Jinja2-3.0.1-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python38-Jinja2-3.0.1-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64"
},
"product_reference": "python38-Jinja2-3.0.1-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Jinja2-3.0.1-3.2.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64"
},
"product_reference": "python39-Jinja2-3.0.1-3.2.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Jinja2-3.0.1-3.2.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le"
},
"product_reference": "python39-Jinja2-3.0.1-3.2.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Jinja2-3.0.1-3.2.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x"
},
"product_reference": "python39-Jinja2-3.0.1-3.2.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Jinja2-3.0.1-3.2.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
},
"product_reference": "python39-Jinja2-3.0.1-3.2.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2014-0012",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-0012"
}
],
"notes": [
{
"category": "general",
"text": "FileSystemBytecodeCache in Jinja2 2.7.2 does not properly create temporary directories, which allows local users to gain privileges by pre-creating a temporary directory with a user\u0027s uid. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-1402.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-0012",
"url": "https://www.suse.com/security/cve/CVE-2014-0012"
},
{
"category": "external",
"summary": "SUSE Bug 858239 for CVE-2014-0012",
"url": "https://bugzilla.suse.com/858239"
}
],
"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:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-0012"
},
{
"cve": "CVE-2016-10745",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-10745"
}
],
"notes": [
{
"category": "general",
"text": "In Pallets Jinja before 2.8.1, str.format allows a sandbox escape.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-10745",
"url": "https://www.suse.com/security/cve/CVE-2016-10745"
},
{
"category": "external",
"summary": "SUSE Bug 1132174 for CVE-2016-10745",
"url": "https://bugzilla.suse.com/1132174"
}
],
"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:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2016-10745"
},
{
"cve": "CVE-2019-10906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-10906"
}
],
"notes": [
{
"category": "general",
"text": "In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-10906",
"url": "https://www.suse.com/security/cve/CVE-2019-10906"
},
{
"category": "external",
"summary": "SUSE Bug 1132323 for CVE-2019-10906",
"url": "https://bugzilla.suse.com/1132323"
}
],
"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:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-10906"
},
{
"cve": "CVE-2020-28493",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-28493"
}
],
"notes": [
{
"category": "general",
"text": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-28493",
"url": "https://www.suse.com/security/cve/CVE-2020-28493"
},
{
"category": "external",
"summary": "SUSE Bug 1181944 for CVE-2020-28493",
"url": "https://bugzilla.suse.com/1181944"
}
],
"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:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python36-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python38-Jinja2-3.0.1-3.2.x86_64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.aarch64",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.ppc64le",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.s390x",
"openSUSE Tumbleweed:python39-Jinja2-3.0.1-3.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-28493"
}
]
}
gsd-2020-28493
Vulnerability from gsd
{
"GSD": {
"alias": "CVE-2020-28493",
"description": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"id": "GSD-2020-28493",
"references": [
"https://www.suse.com/security/cve/CVE-2020-28493.html",
"https://access.redhat.com/errata/RHSA-2021:4162",
"https://access.redhat.com/errata/RHSA-2021:4161",
"https://access.redhat.com/errata/RHSA-2021:4151",
"https://access.redhat.com/errata/RHSA-2021:3254",
"https://access.redhat.com/errata/RHSA-2021:3252",
"https://advisories.mageia.org/CVE-2020-28493.html",
"https://security.archlinux.org/CVE-2020-28493",
"https://linux.oracle.com/cve/CVE-2020-28493.html",
"https://ubuntu.com/security/CVE-2020-28493"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2020-28493"
],
"details": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"id": "GSD-2020-28493",
"modified": "2023-12-13T01:22:01.417918Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-02-01T19:29:26.819563Z",
"ID": "CVE-2020-28493",
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "jinja2",
"version": {
"version_data": [
{
"version_affected": "\u003e=",
"version_value": "0.0.0"
},
{
"version_affected": "\u003c",
"version_value": "2.11.3"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Yeting Li"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory."
}
]
},
"impact": {
"cvss": {
"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/E:P",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994",
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"name": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20",
"refsource": "MISC",
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"name": "https://github.com/pallets/jinja/pull/1343",
"refsource": "MISC",
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"name": "FEDORA-2021-2ab8ebcabc",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"name": "GLSA-202107-19",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/202107-19"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003c2.11.3",
"affected_versions": "All versions before 2.11.3",
"cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"cwe_ids": [
"CWE-1035",
"CWE-937"
],
"date": "2021-07-21",
"description": "The ReDOS vulnerability of the regex is mainly due to the sub-pattern `[a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+` This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"fixed_versions": [
"2.11.3"
],
"identifier": "CVE-2020-28493",
"identifiers": [
"CVE-2020-28493"
],
"not_impacted": "All versions starting from 2.11.3",
"package_slug": "pypi/Jinja2",
"pubdate": "2021-02-01",
"solution": "Upgrade to version 2.11.3 or above.",
"title": "Regular Expression Denial of Service",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
],
"uuid": "17c4602a-c0ae-48d0-96f6-08c84d55d0cb"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "2.11.3",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"ID": "CVE-2020-28493"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20",
"refsource": "MISC",
"tags": [
"Broken Link"
],
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"name": "https://github.com/pallets/jinja/pull/1343",
"refsource": "MISC",
"tags": [
"Patch",
"Third Party Advisory"
],
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"name": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994",
"refsource": "MISC",
"tags": [
"Exploit",
"Third Party Advisory"
],
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"name": "FEDORA-2021-2ab8ebcabc",
"refsource": "FEDORA",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"name": "GLSA-202107-19",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/202107-19"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 5.0,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 2.9,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "MEDIUM",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 1.4
}
},
"lastModifiedDate": "2022-04-08T14:05Z",
"publishedDate": "2021-02-01T20:15Z"
}
}
}
pysec-2021-66
Vulnerability from pysec
This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the _punctuation_re regex operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.
| Name | purl | jinja2 | pkg:pypi/jinja2 |
|---|
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "jinja2",
"purl": "pkg:pypi/jinja2"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.11.3"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2.0rc1",
"2.0",
"2.1",
"2.1.1",
"2.2",
"2.2.1",
"2.3",
"2.3.1",
"2.4",
"2.4.1",
"2.5",
"2.5.1",
"2.5.2",
"2.5.3",
"2.5.4",
"2.5.5",
"2.6",
"2.7",
"2.7.1",
"2.7.2",
"2.7.3",
"2.8",
"2.8.1",
"2.9",
"2.9.1",
"2.9.2",
"2.9.3",
"2.9.4",
"2.9.5",
"2.9.6",
"2.10",
"2.10.1",
"2.10.2",
"2.10.3",
"2.11.0",
"2.11.1",
"2.11.2"
]
}
],
"aliases": [
"CVE-2020-28493",
"SNYK-PYTHON-JINJA2-1012994",
"GHSA-g3rq-g295-4j3m"
],
"details": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDoS vulnerability is mainly due to the `_punctuation_re regex` operator and its use of multiple wildcards. The last wildcard is the most exploitable as it searches for trailing punctuation. This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"id": "PYSEC-2021-66",
"modified": "2021-03-22T16:34:00Z",
"published": "2021-02-01T20:15:00Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"type": "ADVISORY",
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4/"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-g3rq-g295-4j3m"
}
]
}
ghsa-g3rq-g295-4j3m
Vulnerability from github
6.9 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9.-]+.[a-zA-Z0-9.-]+ This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "Jinja2"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.11.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2020-28493"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2021-03-13T01:08:09Z",
"nvd_published_at": "2021-02-01T20:15:00Z",
"severity": "MODERATE"
},
"details": "This affects the package jinja2 from 0.0.0 and before 2.11.3. The ReDOS vulnerability of the regex is mainly due to the sub-pattern [a-zA-Z0-9._-]+.[a-zA-Z0-9._-]+ This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory.",
"id": "GHSA-g3rq-g295-4j3m",
"modified": "2024-09-24T20:40:19Z",
"published": "2021-03-19T21:28:05Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28493"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/pull/1343"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/commit/15ef8f09b659f9100610583938005a7a10472d4d"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-g3rq-g295-4j3m"
},
{
"type": "PACKAGE",
"url": "https://github.com/pallets/jinja"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/blob/ab81fd9c277900c85da0c322a2ff9d68a235b2e6/src/jinja2/utils.py%23L20"
},
{
"type": "WEB",
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/jinja2/PYSEC-2021-66.yaml"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PVAKCOO7VBVUBM3Q6CBBTPBFNP5NDXF4"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/202107-19"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
}
],
"summary": "Regular Expression Denial of Service (ReDoS) in Jinja2"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.